18 lines
294 B
YAML
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 |