Files
mittos65/toolchain/docker-compose.yml
2022-01-17 00:41:26 +01:00

18 lines
294 B
YAML

version: "3.5"
services:
build:
image: thomasloven/mittos-build
build:
context: .
dockerfile: Dockerfile.build
volumes:
- ..:/opt
run:
image: thomasloven/mittos-run
build:
context: .
dockerfile: Dockerfile.run
volumes:
- ..:/opt