Skip to content

Commit

Permalink
Adjusted environment variables of EventStoreDB server (to run project…
Browse files Browse the repository at this point in the history
…ions and enable stream browser).
  • Loading branch information
johnbywater committed Oct 24, 2024
1 parent 9740e5c commit 051cce3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ start-eventstoredb-insecure:
--env "EVENTSTORE_ADVERTISE_HOST_TO_CLIENT_AS=localhost" \
--env "EVENTSTORE_ADVERTISE_HTTP_PORT_TO_CLIENT_AS=2113" \
--env "EVENTSTORE_RUN_PROJECTIONS=All" \
--env "EVENTSTORE_START_STANDARD_PROJECTIONS=true" \
--env "EVENTSTORE_ENABLE_ATOM_PUB_OVER_HTTP=true" \
--name my-eventstoredb-insecure \
$(EVENTSTORE_DOCKER_IMAGE) \
--insecure
Expand All @@ -140,6 +142,7 @@ start-eventstoredb-secure:
--env "EVENTSTORE_ADVERTISE_HOST_TO_CLIENT_AS=localhost" \
--env "EVENTSTORE_ADVERTISE_HTTP_PORT_TO_CLIENT_AS=2114" \
--env "EVENTSTORE_RUN_PROJECTIONS=All" \
--env "EVENTSTORE_START_STANDARD_PROJECTIONS=true" \
--name my-eventstoredb-secure \
$(EVENTSTORE_DOCKER_IMAGE) \
--dev
Expand Down

0 comments on commit 051cce3

Please sign in to comment.