mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-14 08:49:52 +02:00
enable updater
This commit is contained in:
parent
0921c53b72
commit
67c4524dec
1 changed files with 13 additions and 13 deletions
|
@ -39,19 +39,19 @@ services:
|
||||||
- db
|
- db
|
||||||
command: /opt/tt-rss/dcron.sh -f
|
command: /opt/tt-rss/dcron.sh -f
|
||||||
|
|
||||||
# updater:
|
updater:
|
||||||
# build:
|
build:
|
||||||
# context:
|
context:
|
||||||
# ./app
|
./app
|
||||||
# restart: unless-stopped
|
restart: unless-stopped
|
||||||
# env_file:
|
env_file:
|
||||||
# - .env
|
- .env
|
||||||
# volumes:
|
volumes:
|
||||||
# - app:/var/www/html
|
- app:/var/www/html
|
||||||
# - ./config.d:/opt/tt-rss/config.d:ro
|
- ./config.d:/opt/tt-rss/config.d:ro
|
||||||
# depends_on:
|
depends_on:
|
||||||
# - app
|
- app
|
||||||
# command: /opt/tt-rss/updater.sh
|
command: /opt/tt-rss/updater.sh
|
||||||
|
|
||||||
web-nginx:
|
web-nginx:
|
||||||
build: ./web-nginx
|
build: ./web-nginx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue