convert technitium to stack

This commit is contained in:
poslop
2024-10-11 15:27:12 -05:00
parent 296c755f83
commit e7952e97f8
6 changed files with 31 additions and 62 deletions

View File

@@ -5,13 +5,10 @@ services:
- GITEA__service__DISABLE_REGISTRATION=true
- USER_UID=1000
- USER_GID=1000
restart: always
volumes:
- gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
#ports:
#- "3030:3000"
networks:
- caddy

View File

@@ -10,8 +10,8 @@ services:
- vaultwarden:/data
networks:
- caddy
#ports:
#- 8089:80
secrets:
- PASS
networks:
caddy:
@@ -21,3 +21,7 @@ networks:
volumes:
vaultwarden:
name: vaultwarden
secrets:
PASS:
external: true