Set up multisite Dokploy deployment
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-13 19:45:59 +02:00
parent 56f49d988d
commit 80c51bdfea
75 changed files with 383 additions and 1838 deletions

13
docker-compose.yml Normal file
View file

@ -0,0 +1,13 @@
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