Go back to localhost for backend connection string to postgres
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Has been skipped
Podman Rootless Demo / deploy-prod (push) Failing after 1m55s
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Has been skipped
Podman Rootless Demo / deploy-prod (push) Failing after 1m55s
This commit is contained in:
parent
6c7c8e99ba
commit
1a98e2bbc1
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ spec:
|
||||||
drop: ["ALL"]
|
drop: ["ALL"]
|
||||||
env:
|
env:
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
value: "postgres://${POSTGRES_USERNAME}:${POSTGRES_PASSWORD}@sharenet-production-pod-postgres:${POSTGRES_PORT}/${POSTGRES_DATABASE_NAME}?sslmode=disable"
|
value: "postgres://${POSTGRES_USERNAME}:${POSTGRES_PASSWORD}@localhost:${POSTGRES_PORT}/${POSTGRES_DATABASE_NAME}?sslmode=disable"
|
||||||
- name: PORT
|
- name: PORT
|
||||||
value: "${PROD_BACKEND_PORT}"
|
value: "${PROD_BACKEND_PORT}"
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue