You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
553 B
20 lines
553 B
version: "3.7"
|
|
|
|
services:
|
|
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: homebox_web_1
|
|
APP_PORT: 7745
|
|
|
|
web:
|
|
# TODO: update with version-tagged image when available (https://github.com/hay-kot/homebox/pull/372)
|
|
image: ghcr.io/hay-kot/homebox:nightly-rootless@sha256:1ec765caa21ad37a1fe64eaed2b10b1652169389a275c914eab71e6fd10232b9
|
|
restart: on-failure
|
|
user: 1000:1000
|
|
environment:
|
|
- HBOX_LOG_LEVEL=info
|
|
- HBOX_LOG_FORMAT=text
|
|
- HBOX_WEB_MAX_UPLOAD_SIZE=10
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/data/
|
|
|