Verified Commit 73816f7f authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

feat(dev-templates): add compose file to build and run locally

parent 8a345357
version: '3'
services:
backend:
build:
context: .
environment:
- DOCKER_HOST=unix:///var/run/docker.sock
container_name: modocot-devel-backend
ports:
- 127.0.0.1:8080:8080
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
- '/tmp/modocot-tests:/tmp/modocot-tests'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment