update docker files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user