release: 0.13.0-rc3

This commit is contained in:
Jens Langhammer
2020-12-13 00:57:36 +01:00
parent d4c9c667c9
commit aef5c60a7b
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.0-rc2}
image: beryju/authentik:${AUTHENTIK_TAG:-0.13.0-rc3}
command: server
environment:
AUTHENTIK_REDIS__HOST: redis
@ -42,7 +42,7 @@ services:
env_file:
- .env
worker:
image: beryju/authentik:${AUTHENTIK_TAG:-0.13.0-rc2}
image: beryju/authentik:${AUTHENTIK_TAG:-0.13.0-rc3}
command: worker
networks:
- internal
@ -56,7 +56,7 @@ services:
env_file:
- .env
static:
image: beryju/authentik-static:${AUTHENTIK_TAG:-0.13.0-rc2}
image: beryju/authentik-static:${AUTHENTIK_TAG:-0.13.0-rc3}
networks:
- internal
labels: