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