compose-toolbox/docker-compose.yml hinzugefügt

This commit is contained in:
2025-11-02 14:41:20 +01:00
parent 33adedac32
commit 3fcf3eefdb

View File

@@ -0,0 +1,15 @@
services:
composetoolbox:
image: ghcr.io/bluegoosemedia/composetoolbox
container_name: compose-toolbox
healthcheck:
test: ["CMD-SHELL", "nc -z 127.0.0.1 3000 || exit 1"]
interval: 10s
timeout: 5s
retries: 3
start_period: 90s
ports:
- 3755:3000
environment:
NODE_ENV: production
restart: on-failure:5