1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 10:43:35 +02:00

nodejs postgres connection

Signed-off-by: Utkarsh Mathur <utkarshmathur05@gmail.com>
This commit is contained in:
Utkarsh Mathur 2023-02-03 02:08:41 +05:30
parent e6b1d2755f
commit 99a93a5da8
5 changed files with 60 additions and 0 deletions

View file

@ -0,0 +1,5 @@
FROM postgres:12
ENV POSTGRES_DB mydb
ENV POSTGRES_USER myuser
ENV POSTGRES_PASSWORD mypassword