Compare commits
No commits in common. "fdc82ac9f599b7356d8f4cbb36dcd45dec4cfb7e" and "b4e1a7959616a12642b92518e276f8635c01605b" have entirely different histories.
fdc82ac9f5
...
b4e1a79596
@ -31,7 +31,7 @@ services:
|
||||
volumes:
|
||||
- trout:/data
|
||||
server:
|
||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.10.2}
|
||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.10.1}
|
||||
restart: unless-stopped
|
||||
command: server
|
||||
environment:
|
||||
@ -52,7 +52,7 @@ services:
|
||||
- postgresql
|
||||
- trout
|
||||
worker:
|
||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.10.2}
|
||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.10.1}
|
||||
restart: unless-stopped
|
||||
command: worker
|
||||
environment:
|
||||
|
@ -1,6 +1,6 @@
|
||||
services:
|
||||
pingvin-share:
|
||||
image: stonith404/pingvin-share:v1.4.0
|
||||
image: stonith404/pingvin-share:v1.2.3
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TRUST_PROXY=true
|
||||
|
Loading…
Reference in New Issue
Block a user