12 lines
273 B
YAML
12 lines
273 B
YAML
services:
|
|
afryca:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.run
|
|
platform: linux/amd64
|
|
volumes:
|
|
- "./releng/afryca.application.product/target/products/afryca/linux/gtk/x86_64:/app:ro"
|
|
ports:
|
|
- "6080:6080"
|
|
restart: unless-stopped
|