Files
agologum/docker-compose-api.prod.yaml
Blitblank 18c62f3845
Some checks failed
Build and Deploy API / build-and-deploy (push) Has been cancelled
Build and Deploy Frontend / build-and-deploy (push) Failing after 3s
re: add
2026-02-28 15:51:21 -06:00

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