frontAnswerer/deployments/staging/docker-compose.yaml

11 lines
325 B
YAML
Raw Permalink Normal View History

services:
2023-12-17 23:37:32 +00:00
respondent:
container_name: respondent
restart: unless-stopped
labels:
com.pena.domains: s.hbpn.link
2024-09-13 13:33:39 +00:00
com.pena.front_headers: "Access-Control-Allow-Origin $$http_origin always"
2025-02-01 21:17:55 +00:00
image: gitea.pena:3000/squiz/frontanswerer/staging:$GITHUB_RUN_NUMBER
2023-12-17 23:37:32 +00:00
hostname: respondent
tty: true