Update dashy, gitea, homebox, docker-registry for git-linked deployment
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
services:
|
||||
homebox:
|
||||
# image: ghcr.io/sysadminsmedia/homebox:latest
|
||||
image: ghcr.io/sysadminsmedia/homebox:latest-rootless
|
||||
container_name: homebox
|
||||
restart: always
|
||||
environment:
|
||||
- HBOX_LOG_LEVEL=info
|
||||
- HBOX_LOG_FORMAT=text
|
||||
- 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_LOG_LEVEL=info
|
||||
- HBOX_LOG_FORMAT=text
|
||||
- HBOX_WEB_MAX_FILE_UPLOAD=10
|
||||
- HBOX_OPTIONS_ALLOW_ANALYTICS=false
|
||||
- VIRTUAL_HOST=homebox.kolpacksoftware.com
|
||||
- VIRTUAL_PORT=7745
|
||||
- LETSENCRYPT_HOST=homebox.kolpacksoftware.com
|
||||
volumes:
|
||||
- /srv/homebox-data:/data/
|
||||
ports:
|
||||
@@ -18,4 +19,4 @@ services:
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
name: npm-network
|
||||
name: npm-network
|
||||
|
||||
Reference in New Issue
Block a user