removed caddy, added caddygen

This commit is contained in:
2025-03-17 13:29:54 -05:00
parent 8fb2b3c5a1
commit bc65d4d661
2 changed files with 9 additions and 26 deletions

View File

@@ -1,26 +0,0 @@
# services:
# caddy_server:
# container_name: caddy_server
# image: lucaslorentz/caddy-docker-proxy:ci-alpine
# ports:
# - 80:80
# - 443:443
# networks:
# - caddy_controller
# - caddy
# environment:
# - CADDY_DOCKER_MODE=server
# - 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
# - ./caddy/data:/data
# networks:
# caddy:
# name: caddy
# external: true
# caddy_controller:
# name: caddy_controller
# external: true

9
caddygen/compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
app:
image: wardy784/caddygen:latest
ports:
- "8189:80"
restart: unless-stopped
container_name: caddygen