13 lines
239 B
YAML
13 lines
239 B
YAML
version: "2.4"
|
|
|
|
services:
|
|
miom-website:
|
|
image: hub.greenbaum.cloud/miom.space:$DEPLOY_TAG
|
|
mem_limit: 128m
|
|
network_mode: My-Fabric-Network
|
|
ports:
|
|
- 80
|
|
- 443
|
|
labels:
|
|
- triton.cns.services=miom-website
|