mirror of
https://github.com/acid-info/peripatos.free.technology.git
synced 2025-02-10 14:26:34 +00:00
16 lines
310 B
YAML
16 lines
310 B
YAML
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
|