fix: docker-compose.yml
This commit is contained in:
@@ -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
|
||||||
@@ -28,3 +29,5 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
gitea-network:
|
gitea-network:
|
||||||
external: true
|
external: true
|
||||||
|
n8n-network:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user