Files
agologum/client/docker-compose.prod.yaml
Blitblank 58ff76fdc6
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 5s
change client port
2026-03-11 20:56:10 -05:00

9 lines
181 B
YAML

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