added container names
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
postgresql:
|
postgresql:
|
||||||
|
container_name: authentik-postgres
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
@@ -22,6 +23,7 @@ services:
|
|||||||
- database:/var/lib/postgresql/data
|
- database:/var/lib/postgresql/data
|
||||||
|
|
||||||
server:
|
server:
|
||||||
|
container_name: authentik-server
|
||||||
command: server
|
command: server
|
||||||
depends_on:
|
depends_on:
|
||||||
postgresql:
|
postgresql:
|
||||||
@@ -48,6 +50,7 @@ services:
|
|||||||
- ./custom-templates:/templates
|
- ./custom-templates:/templates
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
|
container_name: authentik-worker
|
||||||
command: worker
|
command: worker
|
||||||
depends_on:
|
depends_on:
|
||||||
postgresql:
|
postgresql:
|
||||||
@@ -71,7 +74,8 @@ services:
|
|||||||
- ./certs:/certs
|
- ./certs:/certs
|
||||||
- ./custom-templates:/templates
|
- ./custom-templates:/templates
|
||||||
|
|
||||||
authentik_proxy:
|
proxy:
|
||||||
|
container_name: authentik-proxy
|
||||||
image: ghcr.io/goauthentik/proxy
|
image: ghcr.io/goauthentik/proxy
|
||||||
# Optionally specify the container's network, which must be able to reach the core authentik server.
|
# Optionally specify the container's network, which must be able to reach the core authentik server.
|
||||||
# networks:
|
# networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user