mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
16 lines
371 B
YAML
16 lines
371 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: octoprint_web_1
|
|
APP_PORT: 5000
|
|
PROXY_AUTH_ADD: "false"
|
|
|
|
web:
|
|
image: octoprint/octoprint:1.9.2@sha256:80ed8b8a1be8713506e7e29fc5b2ec55241242e28a5d8a474a25d9f2aab0843f
|
|
privileged: true
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/octoprint
|
|
- /dev:/dev
|
|
restart: on-failure |