This commit is contained in:
2025-03-17 12:24:00 -05:00
parent 99511b674a
commit 5ded8dc186

View File

@@ -1,6 +1,7 @@
services:
caddy_server:
container_name: caddy_server
image: lucaslorentz/caddy-docker-proxy:ci-alpine
ports:
- 80:80
@@ -10,7 +11,7 @@ services:
- caddy
environment:
- CADDY_DOCKER_MODE=server
- CADDY_CONTROLLER_NETWORK=10.200.200.0/24
- CADDY_CONTROLLER_NETWORK=10.0.2.0/24
volumes:
# this volume is needed to keep the certificates
# otherwise, new ones will be re-issued upon restart