seafile back to nginx and jellyfin to domain in caddy

This commit is contained in:
2024-11-20 13:55:11 +01:00
parent d0f703472f
commit 0e8e8a13c6
4 changed files with 48 additions and 10 deletions

View File

@@ -6,6 +6,7 @@ services:
depends_on:
- nginx
environment:
- AWS_REGION=eu-west-1
- AWS_ACCESS_KEY_ID="${AWS_ACCESS_KEY_ID:?}"
- AWS_SECRET_ACCESS_KEY="${AWS_SECRET_ACCESS_KEY:?}"
image: caddy
@@ -16,6 +17,6 @@ services:
restart: unless-stopped
volumes:
- /opt/caddy/Caddyfile:/etc/caddy/Caddyfile
- /opt/caddy/data:/data
- /opt/caddy/data:/data/caddy
extra_hosts:
- host:192.168.2.200