release: 0.14.0-rc1

This commit is contained in:
Jens Langhammer
2020-12-27 22:39:05 +01:00
parent 22ce142cb8
commit 8a22c86aaa
11 changed files with 19 additions and 19 deletions

View File

@ -19,7 +19,7 @@ services:
networks:
- internal
server:
image: beryju/authentik:${AUTHENTIK_TAG:-0.13.5-stable}
image: beryju/authentik:${AUTHENTIK_TAG:-0.14.0-rc1}
command: server
environment:
AUTHENTIK_REDIS__HOST: redis
@ -44,7 +44,7 @@ services:
env_file:
- .env
worker:
image: beryju/authentik:${AUTHENTIK_TAG:-0.13.5-stable}
image: beryju/authentik:${AUTHENTIK_TAG:-0.14.0-rc1}
command: worker
networks:
- internal
@ -60,7 +60,7 @@ services:
env_file:
- .env
static:
image: beryju/authentik-static:${AUTHENTIK_TAG:-0.13.5-stable}
image: beryju/authentik-static:${AUTHENTIK_TAG:-0.14.0-rc1}
networks:
- internal
labels: