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.
 
 

16 lines
372 B

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.3@sha256:0ca71aec3b9421e8825072219f0638a14ddf102064127519791545ae5c2396fc
privileged: true
volumes:
- ${APP_DATA_DIR}/data:/octoprint
- /dev:/dev
restart: on-failure