mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 09:29:16 +00:00
16 lines
372 B
YAML
16 lines
372 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.10.2@sha256:dcc74b1a6074972ba2fce80e1abc80e98e2603adcab771918d89abaed2e4c277
|
|
privileged: true
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/octoprint
|
|
- /dev:/dev
|
|
restart: on-failure |