Skip to content

Commit bff2ceb

Browse files
committed
Update DB env var handling and build process
1 parent e39a731 commit bff2ceb

File tree

4 files changed

+561
-5
lines changed

4 files changed

+561
-5
lines changed

docker/docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
dockerfile: packages/db/Dockerfile
3434
container_name: sr24_prisma
3535
environment:
36-
DATABASE_URL: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?schema=public
36+
POSTGRES_URL: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?schema=public
3737
depends_on:
3838
timescaledb:
3939
condition: service_healthy

0 commit comments

Comments
 (0)