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.

22 lines
855 B

version: '3.7'
services:
dashboard:
image: getumbrel/dashboard
build:
context: ../umbrel-dashboard
dockerfile: Dockerfile.dev
volumes:
- ../umbrel-dashboard:/app
manager:
image: getumbrel/manager
build: ../umbrel-manager
volumes:
# The following is required to correctly mount all services
# inside so they are accessible to docker-compose otherwise
# docker-in-docker fails becuase the compose file references
# build contexts that don't exist inside this container.
- ${PWD}/..:${PWD}/..
middleware:
image: getumbrel/middleware
build: ../umbrel-middleware