diff --git a/Docker/Caddy/Another/go-modules.tar.gz b/Docker/Caddy/Another/go-modules.tar.gz deleted file mode 100644 index 7feb0a5..0000000 Binary files a/Docker/Caddy/Another/go-modules.tar.gz and /dev/null differ diff --git a/Docker/Caddy/Another/go.mod b/Docker/Caddy/Another/go.mod deleted file mode 100644 index 4dcbc23..0000000 --- a/Docker/Caddy/Another/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module tempmod - -go 1.24.1 diff --git a/Docker/Caddy/Dockerfile b/Docker/Caddy/Dockerfile deleted file mode 100644 index 3d4adc4..0000000 --- a/Docker/Caddy/Dockerfile +++ /dev/null @@ -1,6 +0,0 @@ -FROM caddy:latest - -RUN xcaddy build \ -# --with github.com/lucaslorentz/caddy-docker-proxy/plugin - --with github.com/lucaslorentz/caddy-docker-proxy/v2 \ - --with github.com/crowdsecurity/caddy-bouncer diff --git a/Docker/Caddy/Another/Dockerfile b/Docker/Dockerfile similarity index 99% rename from Docker/Caddy/Another/Dockerfile rename to Docker/Dockerfile index 38d22b4..0defcf1 100644 --- a/Docker/Caddy/Another/Dockerfile +++ b/Docker/Dockerfile @@ -8,3 +8,4 @@ FROM caddy:latest COPY --from=builder /usr/bin/caddy /usr/bin/caddy + diff --git a/caddy.yaml b/caddy.yaml index 824a45d..985c7a2 100755 --- a/caddy.yaml +++ b/caddy.yaml @@ -6,8 +6,9 @@ configs: services: caddy: - image: lucaslorentz/caddy-docker-proxy:ci-alpine + #image: lucaslorentz/caddy-docker-proxy:ci-alpine #image: ghcr.io/serfriz/caddy-crowdsec:latest + image: caddy-crowdsec ports: - 80:80 - 443:443