Compare commits

..

5 commits

Author SHA1 Message Date
32702a30f0 Merge pull request 'Update ghcr.io/goauthentik/server Docker digest to b047ac1' (#102) from renovate/ghcr.io-goauthentik-server into main
Reviewed-on: #102
2024-04-25 22:07:17 +00:00
6d64d9afa5 Merge branch 'main' into renovate/ghcr.io-goauthentik-server
All checks were successful
continuous-integration/drone/pr Build is passing
2024-04-25 22:06:57 +00:00
782679aca0 Merge branch 'main' into renovate/ghcr.io-goauthentik-server
All checks were successful
continuous-integration/drone/pr Build is passing
2024-04-25 02:23:10 +00:00
ea765cf05c Merge branch 'main' into renovate/ghcr.io-goauthentik-server
All checks were successful
continuous-integration/drone/pr Build is passing
2024-04-25 00:26:00 +00:00
Renovate Bot
b573c5290c Update ghcr.io/goauthentik/server Docker digest to b047ac1
All checks were successful
continuous-integration/drone/pr Build is passing
2024-04-24 17:08:44 +00:00

View file

@ -32,7 +32,7 @@ services:
volumes: volumes:
- redis:/data - redis:/data
server: server:
image: ghcr.io/goauthentik/server@sha256:07a07c26552fe777500700d0d3f2c9ba6d63dad3e81982f9e8232d5c6db44116 image: ghcr.io/goauthentik/server@sha256:b047ac126b09fd80de21c39dbf3f575f3cc19c3bce7d611e61c3a9c739706aae
restart: unless-stopped restart: unless-stopped
command: server command: server
environment: environment:
@ -53,7 +53,7 @@ services:
- postgresql - postgresql
- redis - redis
worker: worker:
image: ghcr.io/goauthentik/server@sha256:07a07c26552fe777500700d0d3f2c9ba6d63dad3e81982f9e8232d5c6db44116 image: ghcr.io/goauthentik/server@sha256:b047ac126b09fd80de21c39dbf3f575f3cc19c3bce7d611e61c3a9c739706aae
restart: unless-stopped restart: unless-stopped
command: worker command: worker
environment: environment: