chore: publish 1.0.0+2024.1.0 release

This commit is contained in:
Simon 2024-02-07 15:13:54 +01:00
parent f1abc36839
commit c6118ba481
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: 'pretix/standalone:4.20.0'
image: 'pretix/standalone:2024.1.0'
networks:
- proxy
- internal
@ -25,7 +25,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version="
- "coop-cloud.${STACK_NAME}.version=1.0.0+2024.1.0"
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s