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

This commit is contained in:
continuist 2025-09-20 23:16:38 -04:00
parent 6c7c8e99ba
commit 1a98e2bbc1

View file

@ -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: