diff --git a/docker-compose.yml b/docker-compose.yml index a26ef12..91d0404 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - "127.0.0.1:3020:3020" networks: - gitea-network + - n8n-network healthcheck: test: ["CMD", "node", "-e", "require('http').get('http://localhost:3020/api/health', (r) => {process.exit(r.statusCode === 200 ? 0 : 1)})"] interval: 30s @@ -27,4 +28,6 @@ services: networks: gitea-network: + external: true + n8n-network: external: true \ No newline at end of file