chore: publish 0.1.0+2.8.6-alpine release

This commit is contained in:
3wc
2023-08-20 18:32:35 +02:00
parent 0ae2a45f78
commit 467b804481

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: lucaslorentz/caddy-docker-proxy:ci-alpine
image: lucaslorentz/caddy-docker-proxy:2.8.6-alpine
ports:
- 80:80
- 443:443
@ -23,6 +23,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule="
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.1.0+2.8.6-alpine"
networks: