frontAnswerer/deployments/main/docker-compose.yaml

9 lines
200 B
YAML
Raw Normal View History

2024-01-30 19:03:44 +00:00
services:
respondent:
container_name: respondent
restart: unless-stopped
2025-07-26 14:20:58 +00:00
image: gitea.pena/squiz/frontanswerer/main:latest
2024-01-30 19:03:44 +00:00
hostname: respondent
tty: true
2025-07-26 14:20:58 +00:00
pull_policy: always