docs: bump version of outpost in docs

This commit is contained in:
Jens Langhammer 2021-03-05 14:14:09 +01:00
parent 0fe009d37c
commit 56f75aecc7
2 changed files with 11 additions and 9 deletions

View File

@ -36,3 +36,5 @@ values =
[bumpversion:file:outpost/pkg/version.go]
[bumpversion:file:web/src/constants.ts]
[bumpversion:file:website/docs/outpusts/manual-deploy-docker-compose.md]

View File

@ -10,13 +10,13 @@ You can also run the outpost in a separate docker-compose project, you just have
version: "3.5"
services:
authentik_proxy:
image: beryju/authentik-proxy:0.10.0-stable
ports:
- 4180:4180
- 4443:4443
environment:
AUTHENTIK_HOST: https://your-authentik.tld
AUTHENTIK_INSECURE: "false"
AUTHENTIK_TOKEN: token-generated-by-authentik
authentik_proxy:
image: beryju/authentik-proxy:2021.3.2
ports:
- 4180:4180
- 4443:4443
environment:
AUTHENTIK_HOST: https://your-authentik.tld
AUTHENTIK_INSECURE: "false"
AUTHENTIK_TOKEN: token-generated-by-authentik
```