This commit is contained in:
2025-08-03 15:40:39 +03:00
parent 692b2edfaa
commit 6f2a81370b

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version '3.8'
services:
nginx:
image: nginx:latest
ports:
- "8080:80"
healthcheck:
test: ["CMD", "nc", "-z", "-v", "localhost", "80"]
interval: 5s
timeout: 10s
retries: 15
start_period: 5s