mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-13 13:50:07 +02:00
cleanup
This commit is contained in:
parent
e9d94357ab
commit
6825690d40
1 changed files with 1 additions and 91 deletions
|
@ -16,96 +16,6 @@ services:
|
||||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||||
- POSTGRES_USER=${POSTGRES_USER}
|
- POSTGRES_USER=${POSTGRES_USER}
|
||||||
|
|
||||||
app:
|
|
||||||
image: cthulhoo/ttrss-fpm-pgsql-static
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
- DB_TYPE=pgsql
|
|
||||||
- DB_HOST=db
|
|
||||||
- DB_NAME=${POSTGRES_USER}
|
|
||||||
- DB_USER=${POSTGRES_USER}
|
|
||||||
- DB_PASS=${POSTGRES_PASSWORD}
|
|
||||||
- OWNER_UID=${OWNER_UID}
|
|
||||||
- OWNER_GID=${OWNER_GID}
|
|
||||||
- SELF_URL_PATH=${SELF_URL_PATH}
|
|
||||||
volumes:
|
|
||||||
- app:/var/www/html
|
|
||||||
depends_on:
|
|
||||||
- db
|
|
||||||
|
|
||||||
updater:
|
|
||||||
image: cthulhoo/ttrss-fpm-pgsql-static
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
- DB_TYPE=pgsql
|
|
||||||
- DB_HOST=db
|
|
||||||
- DB_NAME=${POSTGRES_USER}
|
|
||||||
- DB_USER=${POSTGRES_USER}
|
|
||||||
- DB_PASS=${POSTGRES_PASSWORD}
|
|
||||||
- OWNER_UID=${OWNER_UID}
|
|
||||||
- OWNER_GID=${OWNER_GID}
|
|
||||||
- SELF_URL_PATH=${SELF_URL_PATH}
|
|
||||||
volumes:
|
|
||||||
- app:/var/www/html
|
|
||||||
depends_on:
|
|
||||||
- app
|
|
||||||
command: /updater.sh
|
|
||||||
|
|
||||||
backups:
|
|
||||||
image: cthulhoo/ttrss-fpm-pgsql-static
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
- DB_TYPE=pgsql
|
|
||||||
- DB_HOST=db
|
|
||||||
- DB_NAME=${POSTGRES_USER}
|
|
||||||
- DB_USER=${POSTGRES_USER}
|
|
||||||
- DB_PASS=${POSTGRES_PASSWORD}
|
|
||||||
- OWNER_UID=${OWNER_UID}
|
|
||||||
- OWNER_GID=${OWNER_GID}
|
|
||||||
volumes:
|
|
||||||
- backups:/backups
|
|
||||||
- app:/var/www/html
|
|
||||||
depends_on:
|
|
||||||
- db
|
|
||||||
command: /dcron.sh -f
|
|
||||||
|
|
||||||
# web:
|
|
||||||
# image: cthulhoo/ttrss-web
|
|
||||||
# restart: unless-stopped
|
|
||||||
# ports:
|
|
||||||
# - ${HTTP_PORT}:2015
|
|
||||||
# volumes:
|
|
||||||
# - app:/var/www/html:ro
|
|
||||||
# depends_on:
|
|
||||||
# - app
|
|
||||||
|
|
||||||
# web-ssl:
|
|
||||||
# image: cthulhoo/ttrss-web-ssl
|
|
||||||
# restart: unless-stopped
|
|
||||||
# environment:
|
|
||||||
# - CADDYPATH=/certs
|
|
||||||
# - HTTP_HOST=${HTTP_HOST}
|
|
||||||
# ports:
|
|
||||||
# - 80:80
|
|
||||||
# - 443:443
|
|
||||||
# volumes:
|
|
||||||
# - app:/var/www/html:ro
|
|
||||||
# - certs:/certs
|
|
||||||
# depends_on:
|
|
||||||
# - app
|
|
||||||
|
|
||||||
web-nginx:
|
|
||||||
image: cthulhoo/ttrss-web-nginx
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- ${HTTP_PORT}:80
|
|
||||||
volumes:
|
|
||||||
- app:/var/www/html:ro
|
|
||||||
depends_on:
|
|
||||||
- app
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db:
|
db:
|
||||||
app:
|
|
||||||
certs:
|
|
||||||
backups:
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue