frontAnswerer/deployments/staging/docker-compose.yaml

9 lines
203 B
YAML
Raw Normal View History

services:
2023-12-17 23:37:32 +00:00
respondent:
container_name: respondent
restart: unless-stopped
image: gitea.pena/squiz/frontanswerer/staging:latest
2023-12-17 23:37:32 +00:00
hostname: respondent
tty: true
2025-08-09 13:36:54 +00:00
pull_policy: always