chore: publish 0.3.0+2022.7.3 release

This commit is contained in:
Philipp Rothmann 2022-07-21 14:24:20 +02:00
parent 31d4594989
commit d59f464378
1 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ x-env: &env
version: '3.8'
services:
app:
image: ghcr.io/goauthentik/server:2022.6.3
image: ghcr.io/goauthentik/server:2022.7.3
command: server
# secrets:
# - db_password
@ -55,10 +55,10 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.2.0+2022.6.3"
- "coop-cloud.${STACK_NAME}.version=0.3.0+2022.7.3"
worker:
image: ghcr.io/goauthentik/server:2022.6.3
image: ghcr.io/goauthentik/server:2022.7.3
command: worker
# secrets:
# - db_password
@ -102,7 +102,7 @@ services:
backupbot.backup.path: "/tmp/backup/"
redis:
image: redis:7.0.2-alpine
image: redis:7.0.4-alpine
networks:
- internal
healthcheck: