blogs/docker-compose.yml
Neeldhara Misra 80c51bdfea
Some checks are pending
Build / build (push) Waiting to run
Set up multisite Dokploy deployment
2026-06-13 19:45:59 +02:00

13 lines
275 B
YAML

services:
blogs:
build:
context: .
restart: unless-stopped
expose:
- "80"
healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1/nginx-health"]
interval: 30s
timeout: 3s
retries: 3
start_period: 10s