mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-13 17:09:17 +00:00
20 lines
447 B
YAML
20 lines
447 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: homebox_web_1
|
|
APP_PORT: 7745
|
|
|
|
web:
|
|
image: ghcr.io/hay-kot/homebox:v0.10.3-rootless@sha256:cc6e3b7fa40e3259cb8cac8e5d3e594eb63a68abd16c51029d59460f7fed1212
|
|
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/
|