Skip to content

Commit

Permalink
Updated CG6
Browse files Browse the repository at this point in the history
 Co-authored-by: Andre Dargani <[email protected]>
 Co-authored-by: Regina Huang <[email protected]>
  • Loading branch information
VanishedAIR committed Dec 19, 2024
1 parent 9e32136 commit 3c081d7
Show file tree
Hide file tree
Showing 4 changed files with 2,972 additions and 3,439 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ services:
- POSTGRES_PASSWORD=pleaseChange # default postgres password that should be changed for security.
volumes:
- ./postgres-data:/var/lib/postgresql/data/pgdata
ports:
- "5432:5432"
# ports:
# - "5432:5432"
# Uncomment the above lines to enable access to the PostgreSQL server
# from the host machine.
# Web service runs Node
Expand Down Expand Up @@ -81,4 +81,4 @@ services:
"${install_args:-}"
]
# Use this if you are using a docker-compose that is earlier than version 2 and comment out the one above.
# command: ["bash", "./src/scripts/installOED.sh"]
# command: ["bash", "./src/scripts/installOED.sh"]
Loading

0 comments on commit 3c081d7

Please sign in to comment.