Added .env files to stacks
This commit is contained in:
@@ -9,15 +9,15 @@ services:
|
||||
#container_name: homebox
|
||||
#restart: unless-stopped
|
||||
environment:
|
||||
- HBOX_LOG_LEVEL=info
|
||||
- HBOX_LOG_FORMAT=text
|
||||
- HBOX_WEB_MAX_FILE_UPLOAD=10
|
||||
- HBOX_LOG_LEVEL=${HBOX_LOG_LEVEL:-info}
|
||||
- HBOX_LOG_FORMAT=${HBOX_LOG_FORMAT:-text}
|
||||
- HBOX_WEB_MAX_FILE_UPLOAD=${HBOX_WEB_MAX_FILE_UPLOAD:-10}
|
||||
# Please consider allowing analytics to help us improve Homebox (basic computer information, no personal data)
|
||||
- HBOX_OPTIONS_ALLOW_ANALYTICS=false
|
||||
- HBOX_OPTIONS_ALLOW_ANALYTICS=${HBOX_OPTIONS_ALLOW_ANALYTICS:-false}
|
||||
volumes:
|
||||
- /home/rcadmin/docker/homebox/data:/data/
|
||||
ports:
|
||||
- 3100:7745
|
||||
- ${PORT}:7745
|
||||
|
||||
deploy:
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user