mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
7fa9e08a98
Co-authored-by: nmfretz <nmfretz@gmail.com>
20 lines
453 B
YAML
20 lines
453 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: homebox_web_1
|
|
APP_PORT: 7745
|
|
|
|
web:
|
|
image: ghcr.io/sysadminsmedia/homebox:0.15.2-rootless@sha256:ee0b4d807e330f2bae6e24aec1c3093dce06dab3b8f1434564f286cd07649d07
|
|
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/
|