We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent bc946f2 commit 14a779fCopy full SHA for 14a779f
docker-compose.yml
@@ -31,7 +31,7 @@ services:
31
volumes:
32
- redis:/data
33
server:
34
- image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2.1}
+ build: .
35
restart: unless-stopped
36
command: server
37
environment:
@@ -54,7 +54,7 @@ services:
54
redis:
55
condition: service_healthy
56
worker:
57
58
59
command: worker
60
0 commit comments