Skip to content

Commit

Permalink
Add pgcli to dev environment and update Python packages (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apreche authored Sep 22, 2023
1 parent f851aff commit 612fc57
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 12 deletions.
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
"BETAFRONTROWCREW_DB_NAME": "betafrc",
"BETAFRONTROWCREW_DB_USER": "betafrc",
"BETAFRONTROWCREW_DB_PASSWORD": "betafrc",
"BETAFRONTROWCREW_MEMCACHED_SOCKET": "memcached:11211"
"BETAFRONTROWCREW_MEMCACHED_SOCKET": "memcached:11211",
"PGHOST": "db",
"PGDATABASE": "betafrc",
"PGUSER": "betafrc",
"PGPASSWORD": "betafrc",
"PGPORT": "5432"
},
"postCreateCommand": "poetry install --no-ansi --no-root",
"customizations": {
Expand Down
Loading

0 comments on commit 612fc57

Please sign in to comment.