Files
agologum/docker-compose-api.prod.yaml
Blitblank 10cf7adb1e
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 4s
Build and Deploy Frontend / build-and-deploy (push) Successful in 4s
undo what I last did
2026-02-28 18:50:04 -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"