Skip to content

Commit 4282b18

Browse files
committed
Update env variable syntax in DATABASE_URL
1 parent 4d68796 commit 4282b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
dockerfile: Dockerfile.migrations
2929
container_name: sr24_prisma
3030
environment:
31-
DATABASE_URL: postgresql://${process.env.POSTGRES_USER}:${process.env.POSTGRES_PASSWORD}@${process.env.POSTGRES_HOST}:${process.env.POSTGRES_PORT}/${process.env.POSTGRES_DB}?schema=public
31+
DATABASE_URL: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?schema=public
3232
depends_on:
3333
timescaledb:
3434
condition: service_healthy

0 commit comments

Comments
 (0)