Update authentik; Remove ports; Improve watchtower
This commit is contained in:
parent
aa5d722dc3
commit
73c6b454fa
5 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@ version: '3.2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: goauthentik.io/server:2022.1.3
|
image: goauthentik.io/server:2022.8.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: server
|
command: server
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -22,7 +22,7 @@ services:
|
||||||
- authentik
|
- authentik
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: goauthentik.io/server:2022.1.3
|
image: goauthentik.io/server:2022.8.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: worker
|
command: worker
|
||||||
user: root
|
user: root
|
||||||
|
|
|
@ -15,7 +15,6 @@ services:
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
|
||||||
- "3022:22"
|
- "3022:22"
|
||||||
- "22:22"
|
- "22:22"
|
||||||
networks:
|
networks:
|
||||||
|
|
|
@ -12,8 +12,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- grafana-data:/var/lib/grafana/
|
- grafana-data:/var/lib/grafana/
|
||||||
user: "104"
|
user: "104"
|
||||||
ports:
|
|
||||||
- 3001:3000/tcp
|
|
||||||
networks:
|
networks:
|
||||||
services:
|
services:
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
@ -9,3 +9,5 @@ WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=587
|
||||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER=watchtower@serguzim.me
|
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER=watchtower@serguzim.me
|
||||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD=
|
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD=
|
||||||
WATCHTOWER_NOTIFICATION_EMAIL_DELAY=5
|
WATCHTOWER_NOTIFICATION_EMAIL_DELAY=5
|
||||||
|
|
||||||
|
#WATCHTOWER_RUN_ONCE=true
|
||||||
|
|
|
@ -7,5 +7,6 @@ services:
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
- .secret.env
|
- .secret.env
|
||||||
|
hostname: ${HOSTNAME}
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
Reference in a new issue