|
|
|
@ -14,7 +14,7 @@ services:
|
|
|
|
|
- POSTGRES_USER=${POSTGRES_USER}
|
|
|
|
|
|
|
|
|
|
app:
|
|
|
|
|
image: cthulhoo/ttrss-fpm-pgsql-static
|
|
|
|
|
image: cthulhoo/ttrss-fpm-pgsql-static:${BUILD_TAG}
|
|
|
|
|
build:
|
|
|
|
|
context:
|
|
|
|
|
./app
|
|
|
|
@ -34,7 +34,7 @@ services:
|
|
|
|
|
- db
|
|
|
|
|
|
|
|
|
|
updater:
|
|
|
|
|
image: cthulhoo/ttrss-fpm-pgsql-static
|
|
|
|
|
image: cthulhoo/ttrss-fpm-pgsql-static:${BUILD_TAG}
|
|
|
|
|
build:
|
|
|
|
|
context:
|
|
|
|
|
./app
|
|
|
|
@ -55,7 +55,7 @@ services:
|
|
|
|
|
command: /updater.sh
|
|
|
|
|
|
|
|
|
|
web:
|
|
|
|
|
image: cthulhoo/ttrss-web
|
|
|
|
|
image: cthulhoo/ttrss-web:latest
|
|
|
|
|
build: ./web
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
ports:
|
|
|
|
@ -66,7 +66,7 @@ services:
|
|
|
|
|
- app
|
|
|
|
|
|
|
|
|
|
web-ssl:
|
|
|
|
|
image: cthulhoo/ttrss-web-ssl
|
|
|
|
|
image: cthulhoo/ttrss-web-ssl:latest
|
|
|
|
|
build: ./web-ssl
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
environment:
|
|
|
|
|