9 lines
200 B
YAML
9 lines
200 B
YAML
services:
|
|
respondent:
|
|
container_name: respondent
|
|
restart: unless-stopped
|
|
image: gitea.pena/squiz/frontanswerer/main:latest
|
|
hostname: respondent
|
|
tty: true
|
|
pull_policy: always
|