Skip to content

Commit

Permalink
chore: add envs
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Sep 26, 2024
1 parent 3ff618f commit a3adf33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ services:
- DB_POSTGRESDB_DATABASE=${POSTGRES_DB}
- DB_POSTGRESDB_USER=${POSTGRES_NON_ROOT_USER}
- DB_POSTGRESDB_PASSWORD=${POSTGRES_NON_ROOT_PASSWORD}
- EXTRA_NODE_MODULES=lodash
- NODE_FUNCTION_ALLOW_EXTERNAL=lodash
ports:
- 5678:5678
expose:
Expand Down

0 comments on commit a3adf33

Please sign in to comment.