Skip to content

Commit

Permalink
Add comment for LAMASSU_BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Sep 11, 2023
1 parent c3403fb commit f03869d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ LAMASSU_IMAGE=mfdz/lamassu:latest
LAMASSU_PORT=8500
LAMASSU_ADMIN_PORT=9002
LAMASSU_ADMIN_PASSWORD=secret
# NOTE: LAMASSU_BASE_URL should be the host machine's DNS namme / IP address.
# i.e. it must be accessible from inside docker containers, i.e. dagster-pipeline.
# Define this variable e.g. in .env.local with http://my-machines-ip:8500
LAMASSU_BASE_URL=http://lamassu:8080

# postgis variables
Expand Down

0 comments on commit f03869d

Please sign in to comment.