chore: publish 0.1.0+2022.6.2 release

This commit is contained in:
Philipp Rothmann 2022-06-07 22:47:03 +02:00
parent e8f45cd6bd
commit 6f029b446e
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.4.1
image: ghcr.io/goauthentik/server:2022.6.2
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=1.0.0+2022.4.1"
- "coop-cloud.${STACK_NAME}.version=0.1.0+2022.6.2"
worker:
image: ghcr.io/goauthentik/server:2022.4.1
image: ghcr.io/goauthentik/server:2022.6.2
command: worker
# secrets:
# - db_password
@ -102,7 +102,7 @@ services:
backupbot.backup.path: "/tmp/backup/"
redis:
image: redis:6.2.6-alpine
image: redis:7.0.0-alpine
networks:
- internal
healthcheck: