General deployment #1

Merged
carsten merged 18 commits from deploy into main 2023-09-13 22:33:47 +02:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit acdf7f6cbf - Show all commits

View file

@ -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

View file

@ -41,7 +41,7 @@ services:
- mail
- nextcloud
cron:
nextcloud-cron:
image: nextcloud:production
container_name: nextcloud-cron
restart: "${RESTART:-no}"