fix: docker-compose.yml

This commit is contained in:
2026-06-03 14:15:02 -05:00
parent d1087c07b1
commit 926e7606f3
+3
View File
@@ -17,6 +17,7 @@ services:
- "127.0.0.1:3020:3020" - "127.0.0.1:3020:3020"
networks: networks:
- gitea-network - gitea-network
- n8n-network
healthcheck: healthcheck:
test: ["CMD", "node", "-e", "require('http').get('http://localhost:3020/api/health', (r) => {process.exit(r.statusCode === 200 ? 0 : 1)})"] test: ["CMD", "node", "-e", "require('http').get('http://localhost:3020/api/health', (r) => {process.exit(r.statusCode === 200 ? 0 : 1)})"]
interval: 30s interval: 30s
@@ -27,4 +28,6 @@ services:
networks: networks:
gitea-network: gitea-network:
external: true
n8n-network:
external: true external: true