UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit 249a51b2 authored by Patrick Tafoya's avatar Patrick Tafoya
Browse files

template fixes

parent d15712d9
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ services:
-c ssl_key_file=/var/lib/postgresql/ssl/server.key
environment:
- POSTGRES_DB=<<projectName>>
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
- POSTGRES_USER=databaseUser
- POSTGRES_PASSWORD=databasePw1!
volumes:
- <<projectName>>-psql:/var/lib/postgresql/data/
- ./config/postgres-entrypoint.sh:/postgres-entrypoint.sh
......
......@@ -12,7 +12,7 @@ services:
- /home/node/node_modules
command: npx vite --host
environment:
- # container internal port (not exposed to host)
# container internal port (not exposed to host)
- PORT=8080
# this is the url the browser uses, so it needs to be the external url (going through ingress to hit the backend)
- VITE_APP_API_BASE_URL=https://<<projectName>>.dev.bigbang.mil/api
......
DEBUGGER_ARGS=--continue
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment