update docker files

This commit is contained in:
2025-11-09 22:30:11 +03:00
parent 9699cb51d4
commit c46f899e10
3 changed files with 10 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ services:
context: .
dockerfile: Dockerfile.prod
ports:
- '3009:80'
- '3010:80'
environment:
- NODE_ENV=production
env_file:
@@ -15,7 +15,7 @@ services:
networks:
- dashboard-network
healthcheck:
test: ['CMD', 'curl', '-f', 'http://localhost/health']
test: ['CMD', 'curl', '-f', 'http://localhost/']
interval: 30s
timeout: 10s
retries: 3