Add caddy

This commit is contained in:
Tobias Reisinger 2022-08-22 23:05:13 +02:00
parent 73c6b454fa
commit dfe87690d7
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
25 changed files with 162 additions and 6 deletions

View file

@ -4,8 +4,6 @@ services:
app:
image: cthulhoo/ttrss-fpm-pgsql-static
restart: always
labels:
com.centurylinklabs.watchtower.enable: true
env_file:
- .env
- .secret.env
@ -19,8 +17,6 @@ services:
updater:
image: cthulhoo/ttrss-fpm-pgsql-static
restart: always
labels:
com.centurylinklabs.watchtower.enable: true
env_file:
- .env
- .secret.env
@ -35,8 +31,6 @@ services:
web-nginx:
image: cthulhoo/ttrss-web-nginx
restart: always
labels:
com.centurylinklabs.watchtower.enable: true
volumes:
- app:/var/www/html:ro
- ./nginx.conf:/etc/nginx/nginx.conf