fix prod docker variable names
This commit is contained in:
parent
6929ed6b03
commit
ba93553b80
@ -14,9 +14,9 @@ services:
|
|||||||
nextjs-db:
|
nextjs-db:
|
||||||
image: postgres:17
|
image: postgres:17
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${APP_POSTGRES_PASSWORD}
|
||||||
POSTGRES_DB: ${POSTGRES_DATABASE}
|
POSTGRES_DB: ${APP_POSTGRES_DATABASE}
|
||||||
POSTGRES_USER: ${POSTGRES_USER}
|
POSTGRES_USER: ${APP_POSTGRES_USER}
|
||||||
volumes:
|
volumes:
|
||||||
- next-db:/var/lib/postgresql/data
|
- next-db:/var/lib/postgresql/data
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user