docs: bump version of outpost in docs
This commit is contained in:
parent
0fe009d37c
commit
56f75aecc7
|
@ -36,3 +36,5 @@ values =
|
||||||
[bumpversion:file:outpost/pkg/version.go]
|
[bumpversion:file:outpost/pkg/version.go]
|
||||||
|
|
||||||
[bumpversion:file:web/src/constants.ts]
|
[bumpversion:file:web/src/constants.ts]
|
||||||
|
|
||||||
|
[bumpversion:file:website/docs/outpusts/manual-deploy-docker-compose.md]
|
||||||
|
|
|
@ -10,13 +10,13 @@ You can also run the outpost in a separate docker-compose project, you just have
|
||||||
version: "3.5"
|
version: "3.5"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
authentik_proxy:
|
authentik_proxy:
|
||||||
image: beryju/authentik-proxy:0.10.0-stable
|
image: beryju/authentik-proxy:2021.3.2
|
||||||
ports:
|
ports:
|
||||||
- 4180:4180
|
- 4180:4180
|
||||||
- 4443:4443
|
- 4443:4443
|
||||||
environment:
|
environment:
|
||||||
AUTHENTIK_HOST: https://your-authentik.tld
|
AUTHENTIK_HOST: https://your-authentik.tld
|
||||||
AUTHENTIK_INSECURE: "false"
|
AUTHENTIK_INSECURE: "false"
|
||||||
AUTHENTIK_TOKEN: token-generated-by-authentik
|
AUTHENTIK_TOKEN: token-generated-by-authentik
|
||||||
```
|
```
|
||||||
|
|
Reference in New Issue