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

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