refactor: move landingpage to separate repo bao/noveria-landing
This commit is contained in:
@@ -119,25 +119,6 @@ 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:
|
||||
|
||||
Reference in New Issue
Block a user