1
0

caddy: finish migrating to caddy-docker-proxy

This commit is contained in:
2025-02-19 21:42:57 +01:00
parent 1b311df046
commit e4830550c2
16 changed files with 96 additions and 225 deletions

View File

@ -3,11 +3,12 @@ services:
komga:
image: gotson/komga:latest
container_name: komga
ports:
- "6080:25600"
networks:
public:
ipv4_address: 192.168.240.34
labels:
caddy: comic.${DOMAIN}
caddy.reverse_proxy: "{{ upstreams 25600 }}"
volumes:
- "${DOCKER_STORAGE_PATH}/komga:/config"
- "${COMIC_PATH}:/data"