15 lines
224 B
YAML
15 lines
224 B
YAML
|
|
services:
|
|
api:
|
|
image: git.vxbard.net/homeburger/agologum-api:latest
|
|
container_name: agologum-api
|
|
restart: always
|
|
ports:
|
|
- "5000:80"
|
|
networks:
|
|
- web
|
|
|
|
networks:
|
|
web:
|
|
external: true
|
|
|