peripatos.free.technology/docker-compose.yml

16 lines
310 B
YAML
Raw Normal View History

2024-02-13 11:57:33 +00:00
version: '3'
services:
terminal:
#image: ghcr.io/m4tt72/terminal:svelte
build: .
container_name: terminal
restart: unless-stopped
ports:
- 3000:3000
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"]
interval: 200s
timeout: 200s
retries: 5