diff --git a/caddy/compose.yml b/caddy/compose.yml deleted file mode 100644 index 111bcff..0000000 --- a/caddy/compose.yml +++ /dev/null @@ -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 diff --git a/caddygen/compose.yml b/caddygen/compose.yml new file mode 100644 index 0000000..b4f6627 --- /dev/null +++ b/caddygen/compose.yml @@ -0,0 +1,9 @@ +services: + app: + image: wardy784/caddygen:latest + ports: + - "8189:80" + restart: unless-stopped + container_name: caddygen + + \ No newline at end of file