Add homebox

This commit is contained in:
2023-08-11 17:38:42 +01:00
parent e1764ec154
commit 902da05b4c
4 changed files with 41 additions and 2 deletions

View File

@@ -98,6 +98,24 @@ services:
- "tower.${DOMAIN}:${LOCAL_IP}"
- "office.${DOMAIN}:${LOCAL_IP}"
homebox:
<<: *logging
image: ghcr.io/hay-kot/homebox:latest
restart: unless-stopped
environment:
- HBOX_LOG_LEVEL=info
- HBOX_LOG_FORMAT=text
- HBOX_WEB_MAX_UPLOAD_SIZE=10
- HBOX_OPTIONS_ALLOW_REGISTRATION=false
- HBOX_MAILER_HOST=${MAIL_HOST}
- HBOX_MAILER_PORT=${MAIL_PORT}
- HBOX_MAILER_USERNAME=${MAIL_USER}
- HBOX_MAILER_PASSWORD=${MAIL_PASSWORD}
volumes:
- homebox:/data/
networks:
- nginx
gitea:
<<: *logging
image: gitea/gitea:1
@@ -573,6 +591,7 @@ services:
- pihole
- foundry
- tt-rss
- homebox
ports:
- 443:443
networks:
@@ -607,6 +626,7 @@ volumes:
gitea:
nextcloud:
foundry:
homebox:
networks:
db: