This commit is contained in:
2026-04-23 01:22:44 +03:30
parent e027b89173
commit 57f333f5b8
43 changed files with 16222 additions and 2847 deletions
+2 -3
View File
@@ -3,6 +3,7 @@ version: "3.8"
services:
# Production service
app:
platform: ${DOCKER_PLATFORM:-linux/amd64}
build:
context: .
dockerfile: Dockerfile
@@ -13,15 +14,13 @@ services:
- NODE_ENV=production
restart: unless-stopped
healthcheck:
test:
["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost/"]
test: [ "CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost/" ]
interval: 30s
timeout: 3s
retries: 3
start_period: 5s
networks:
- psp_panel_network
# Staging service
# staging:
# build: