Files
agologum/client/docker-compose.prod.yaml
Blitblank 509f1d43b1
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 3s
Build and Deploy API / build-and-deploy (push) Successful in 3s
add those files actually oops
2026-02-28 20:11:03 -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"