Files
agologum/docker-compose-client.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
238 B
YAML

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