General deployment #1
2 changed files with 4 additions and 3 deletions
|
@ -2,6 +2,7 @@ version: '3.7'
|
|||
|
||||
# https://github.com/goauthentik/authentik/pkgs/container/server
|
||||
# https://goauthentik.io/docs/installation/docker-compose
|
||||
# https://goauthentik.io/docs/troubleshooting/login
|
||||
|
||||
# initial setup: https://<your server>/if/flow/initial-setup/
|
||||
# icon /static/dist/assets/icons/icon.svg
|
||||
|
@ -20,7 +21,7 @@ networks:
|
|||
|
||||
services:
|
||||
authentik:
|
||||
image: ghcr.io/goauthentik/server
|
||||
image: ghcr.io/goauthentik/server:2023.8
|
||||
container_name: authentik
|
||||
restart: "${RESTART:-no}"
|
||||
hostname: auth
|
||||
|
@ -92,7 +93,7 @@ services:
|
|||
- authentik
|
||||
|
||||
redis-authentik:
|
||||
image: redis:alpine
|
||||
image: redis:7-alpine
|
||||
container_name: redis-authentik
|
||||
restart: "${RESTART:-no}"
|
||||
command: --save 60 1 --loglevel warning
|
||||
|
|
|
@ -41,7 +41,7 @@ services:
|
|||
- mail
|
||||
- nextcloud
|
||||
|
||||
cron:
|
||||
nextcloud-cron:
|
||||
image: nextcloud:production
|
||||
container_name: nextcloud-cron
|
||||
restart: "${RESTART:-no}"
|
||||
|
|
Loading…
Reference in a new issue