Add homebox
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user