fix parser
This commit is contained in:
@@ -74,6 +74,14 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5001:5000"
|
||||
environment:
|
||||
- POSTGRES_HOST=postgres
|
||||
- POSTGRES_PORT=5432
|
||||
- POSTGRES_USER=n8n
|
||||
- POSTGRES_PASSWORD=n8n_password
|
||||
- POSTGRES_DB=n8n
|
||||
depends_on:
|
||||
- postgres
|
||||
networks:
|
||||
- app-network
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user