1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-25 18:28:07 +02:00
awesome-compose/nodejs-postgres/postgres/Dockerfile
Utkarsh Mathur 99a93a5da8 nodejs postgres connection
Signed-off-by: Utkarsh Mathur <utkarshmathur05@gmail.com>
2023-02-03 02:48:23 +05:30

5 lines
97 B
Docker

FROM postgres:12
ENV POSTGRES_DB mydb
ENV POSTGRES_USER myuser
ENV POSTGRES_PASSWORD mypassword