11 lines
325 B
YAML
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
|