1
0
Fork 0

Add worker and server to postgres network

This commit is contained in:
Lukáš Kucharczyk 2022-06-20 12:31:58 +02:00
parent db5b8ea6c8
commit d0dac2e88f
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,8 @@ services:
ports:
- "0.0.0.0:${AUTHENTIK_PORT_HTTP:-9000}:9000"
- "0.0.0.0:${AUTHENTIK_PORT_HTTPS:-9443}:9443"
networks:
- postgres
worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2022.6.2}
restart: unless-stopped
@ -72,6 +74,8 @@ services:
- geoip:/geoip
env_file:
- .env
networks:
- postgres
geoipupdate:
image: "maxmindinc/geoipupdate:latest"
volumes: