9 lines
166 B
YAML
9 lines
166 B
YAML
|
|
services:
|
|
agologum-api:
|
|
image: git.vxbard.net/homeburger/agologum-api:latest
|
|
container_name: agologum-api
|
|
restart: always
|
|
ports:
|
|
- "5000:80"
|