Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 14a779f

Browse files
committedMar 15, 2025··
commit
1 parent bc946f2 commit 14a779f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
volumes:
3232
- redis:/data
3333
server:
34-
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2.1}
34+
build: .
3535
restart: unless-stopped
3636
command: server
3737
environment:
@@ -54,7 +54,7 @@ services:
5454
redis:
5555
condition: service_healthy
5656
worker:
57-
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2.1}
57+
build: .
5858
restart: unless-stopped
5959
command: worker
6060
environment:

0 commit comments

Comments
 (0)
Please sign in to comment.