Skip to content

Commit

Permalink
add FONTAWESOME_KEY to env
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMulein committed Sep 6, 2024
1 parent 3c0f725 commit 0954aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
MONGO_DB_USERNAME=duality
MONGO_DB_PASSWORD=dualitySocialDb!
FONTAWESOME_KEY=XXXXXXXXXXXXXX

COMPOSE_PROJECT_NAME=duality-social_devcontainer
1 change: 1 addition & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
environment:
- MONGO_INITDB_ROOT_USERNAME=${MONGO_DB_USERNAME}
- MONGO_INITDB_ROOT_PASSWORD=${MONGO_DB_PASSWORD}
- FONTAWESOME_KEY=${FONTAWESOME_KEY}
volumes:
- mongo_data:/data/db
networks:
Expand Down

0 comments on commit 0954aa3

Please sign in to comment.