Skip to content

Commit

Permalink
Put the compose profile in a .env file directly
Browse files Browse the repository at this point in the history
This helps newcomers who do not have the reflex to source environment.sh
before starting docker compose
  • Loading branch information
tchoutri committed Jan 21, 2025
1 parent a4dcd9e commit c18c23e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
COMPOSE_PROFILES=local
1 change: 0 additions & 1 deletion environment.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export NIXPKGS_ALLOW_BROKEN=1
export DATALOG_DIR="cbits/"
export COMPOSE_PROFILES=local

export FLORA_DB_HOST="localhost"
export FLORA_DB_PORT="5432"
Expand Down

0 comments on commit c18c23e

Please sign in to comment.