27 lines
499 B
YAML
27 lines
499 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
core:
|
|
build:
|
|
context: ..
|
|
dockerfile: images/core/Dockerfile
|
|
image: threegate/core:0.1
|
|
|
|
fetch:
|
|
build:
|
|
context: ..
|
|
dockerfile: images/fetch/Dockerfile
|
|
image: threegate/fetch:0.1
|
|
|
|
tool-exec:
|
|
build:
|
|
context: ..
|
|
dockerfile: images/tool-exec/Dockerfile
|
|
image: threegate/tool-exec:0.1
|
|
|
|
rolemesh:
|
|
build:
|
|
context: ..
|
|
dockerfile: images/rolemesh/Dockerfile
|
|
image: threegate/rolemesh-gateway:0.1
|