frontAnswerer/deployments/staging/docker-compose.yaml
skeris bdbe1c515f
All checks were successful
Deploy / CreateImage (push) Successful in 3m45s
Deploy / DeployService (push) Successful in 23s
fix image name in staginng
2025-02-02 00:30:58 +03:00

11 lines
325 B
YAML

services:
respondent:
container_name: respondent
restart: unless-stopped
labels:
com.pena.domains: s.hbpn.link
com.pena.front_headers: "Access-Control-Allow-Origin $$http_origin always"
image: gitea.pena:3000/squiz/frontanswerer/staging:$GITHUB_RUN_NUMBER
hostname: respondent
tty: true