mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-20 06:35:48 +02:00
16 lines
337 B
YAML
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: |