Skip to content

Commit c18c23e

Browse files
committed
Put the compose profile in a .env file directly
This helps newcomers who do not have the reflex to source environment.sh before starting docker compose
1 parent a4dcd9e commit c18c23e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.env

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
COMPOSE_PROFILES=local

environment.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export NIXPKGS_ALLOW_BROKEN=1
22
export DATALOG_DIR="cbits/"
3-
export COMPOSE_PROFILES=local
43

54
export FLORA_DB_HOST="localhost"
65
export FLORA_DB_PORT="5432"

0 commit comments

Comments
 (0)