Files
Frontend/infra/docker-compose.yml
d3m0k1d 0f73ca72d7
Deploy / deploy (push) Has been cancelled
ci / build (push) Has been cancelled
feat: container registry deploy (build in CI, pull on server)
2026-06-13 20:56:04 +03:00

6 lines
93 B
YAML

services:
app:
image: ${REGISTRY}/hellreign/frontend:${TAG}
ports:
- "80:80"