release: 0.13.0-rc1

This commit is contained in:
Jens Langhammer
2020-12-12 20:47:10 +01:00
parent 0a874c98cb
commit 71e7a03f71
10 changed files with 18 additions and 18 deletions

View File

@ -19,7 +19,7 @@ services:
networks:
- internal
server:
image: beryju/authentik:${AUTHENTIK_TAG:-0.12.11-stable}
image: beryju/authentik:${AUTHENTIK_TAG:-0.13.0-rc1}
command: server
environment:
AUTHENTIK_REDIS__HOST: redis
@ -42,7 +42,7 @@ services:
env_file:
- .env
worker:
image: beryju/authentik:${AUTHENTIK_TAG:-0.12.11-stable}
image: beryju/authentik:${AUTHENTIK_TAG:-0.13.0-rc1}
command: worker
networks:
- internal
@ -56,7 +56,7 @@ services:
env_file:
- .env
static:
image: beryju/authentik-static:${AUTHENTIK_TAG:-0.12.11-stable}
image: beryju/authentik-static:${AUTHENTIK_TAG:-0.13.0-rc1}
networks:
- internal
labels: