Files
osmedeus/docker-compose.yml
T
2019-09-29 21:49:43 +07:00

16 lines
337 B
YAML

version: '3.7'
services:
web:
image: osmedeus:latest
build:
context: .
dockerfile: Dockerfile
ports:
- "8000:8000"
volumes:
- osmedeusworkspaces:/root/.osmedeus/workspaces
environment:
DEBUG: 'false'
volumes:
osmedeusworkspaces: