fix: deploy.sh deploy-auto.sh Dockerfile docker-compose.yml gitea-post-receive-hook.sh
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ services:
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
expose:
|
||||
- "3000"
|
||||
- "3020"
|
||||
healthcheck:
|
||||
test: ["CMD", "node", "-e", "require('http').get('http://localhost:3000/api/health', (r) => {process.exit(r.statusCode === 200 ? 0 : 1)})"]
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user