You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
version: '3'
|
|
|
|
services:
|
|
app:
|
|
image: cthulhoo/ttrss-fpm-pgsql-static:${BUILD_TAG}
|
|
build:
|
|
context:
|
|
./app
|
|
restart: unless-stopped
|
|
|
|
web-nginx:
|
|
image: cthulhoo/ttrss-web-nginx:${BUILD_TAG}
|
|
build: ./web-nginx
|
|
restart: unless-stopped
|
|
depends_on:
|
|
- app
|
|
|