Set authentik hostname

This commit is contained in:
Joey Hafner 2022-07-06 18:12:38 -07:00
parent 67adc6ce83
commit c7a8ebe175

View File

@ -38,11 +38,10 @@ services:
server: server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2022.7.1} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2022.7.1}
container_name: authentik_authentik container_name: authentik_authentik
hostname: authentik
networks: networks:
authentik: authentik:
web: web:
aliases:
- authentik-server
restart: unless-stopped restart: unless-stopped
command: server command: server
environment: environment: