Files
agologum/docker-compose-api.prod.yaml
Blitblank 035f0be8f0
Some checks failed
Build and Deploy Frontend / build-and-deploy (push) Failing after 2s
Build and Deploy API / build-and-deploy (push) Has been cancelled
change names in docker-compose
2026-02-28 15:54:05 -06:00

15 lines
233 B
YAML

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