infra: landingpage compose + nginx config
CI - Build & Test / Backend (.NET) (push) Has been cancelled
CI - Build & Test / Frontend (Vue/TS) (push) Has been cancelled
CI - Build & Test / Security Check (push) Has been cancelled

This commit is contained in:
2026-06-14 15:44:47 +02:00
parent 64459ccdb3
commit 6280e87078
2 changed files with 74 additions and 0 deletions
+19
View File
@@ -119,6 +119,25 @@ services:
max-size: "10m"
max-file: "3"
landing:
build:
context: ./landing
restart: unless-stopped
ports:
- "127.0.0.1:18881:80"
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:80/ || exit 1"]
interval: 30s
timeout: 10s
retries: 3
start_period: 5s
networks: [nexus]
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
networks:
nexus:
openclaw_default: