added correct auth path and extra hosts for cleaner host names instead of IPs

This commit is contained in:
2025-10-01 15:39:15 +05:30
parent 5e5d1ce212
commit 1681874b2c

View File

@@ -15,9 +15,12 @@ services:
- "./traefik.yaml:/etc/traefik/traefik.yaml:ro"
- "./dynamic:/etc/traefik/dynamic:ro"
- "./letsencrypt:/letsencrypt"
- "/auth:/auth:ro" # Basic auth folder
- "/home/aetos/registry/auth:/auth:ro" # Basic auth folder
networks:
- backend
extra_hosts:
- "server-pi:192.168.1.35"
- "private-pi:192.168.1.111"
networks:
backend: