Files
agologum/docker-compose-api.prod.yaml
Blitblank e5ca5f1dc6
Some checks failed
Build and Deploy Frontend / build-and-deploy (push) Failing after 3s
Build and Deploy API / build-and-deploy (push) Failing after 32s
rm network config from docker-compose
2026-02-28 16:10:07 -06:00

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"