Skip to content

Commit

Permalink
build: Set host.docker.internal as default in .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Jun 5, 2024
1 parent 2a78e27 commit f653bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RABBITMQ_URI=amqp://${RABBITMQ_USER}:${RABBITMQ_PASS}@host.docker.internal:5672/
# --- Postgres ---
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
TRACECAT__DB_URI=postgresql+psycopg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/postgres
TRACECAT__DB_URI=postgresql+psycopg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@host.docker.internal:5432/postgres

# --- Shared frontend env vars ---
# Important: environment variables prefixed with `NEXT_PUBLIC_` are exposed to the browser client
Expand Down

0 comments on commit f653bae

Please sign in to comment.