enable updater by default
This commit is contained in:
parent
cb90393a7e
commit
aec8cdd0c8
|
@ -1,4 +1,4 @@
|
||||||
# simplified compose for local building & development
|
# simplified compose for local development
|
||||||
|
|
||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
|
@ -28,16 +28,16 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|
||||||
# updater:
|
updater:
|
||||||
# image: cthulhoo/ttrss-fpm-pgsql-static:latest
|
image: cthulhoo/ttrss-fpm-pgsql-static:latest
|
||||||
# restart: unless-stopped
|
restart: unless-stopped
|
||||||
# env_file:
|
env_file:
|
||||||
# - .env
|
- .env
|
||||||
# volumes:
|
volumes:
|
||||||
# - .:/var/www/html
|
- .:/var/www/html
|
||||||
# depends_on:
|
depends_on:
|
||||||
# - app
|
- app
|
||||||
# command: /opt/tt-rss/updater.sh
|
command: /opt/tt-rss/updater.sh
|
||||||
|
|
||||||
web-nginx:
|
web-nginx:
|
||||||
image: cthulhoo/ttrss-web-nginx:latest
|
image: cthulhoo/ttrss-web-nginx:latest
|
||||||
|
@ -53,4 +53,3 @@ services:
|
||||||
- .:/var/www/html/tt-rss:ro
|
- .:/var/www/html/tt-rss:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue