mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose.git
synced 2025-08-16 03:36:56 +02:00
enable updater
This commit is contained in:
parent
0921c53b72
commit
67c4524dec
@ -39,19 +39,19 @@ services:
|
||||
- db
|
||||
command: /opt/tt-rss/dcron.sh -f
|
||||
|
||||
# updater:
|
||||
# build:
|
||||
# context:
|
||||
# ./app
|
||||
# restart: unless-stopped
|
||||
# env_file:
|
||||
# - .env
|
||||
# volumes:
|
||||
# - app:/var/www/html
|
||||
# - ./config.d:/opt/tt-rss/config.d:ro
|
||||
# depends_on:
|
||||
# - app
|
||||
# command: /opt/tt-rss/updater.sh
|
||||
updater:
|
||||
build:
|
||||
context:
|
||||
./app
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- app:/var/www/html
|
||||
- ./config.d:/opt/tt-rss/config.d:ro
|
||||
depends_on:
|
||||
- app
|
||||
command: /opt/tt-rss/updater.sh
|
||||
|
||||
web-nginx:
|
||||
build: ./web-nginx
|
||||
|
Loading…
Reference in New Issue
Block a user