Spaces:
Sleeping
Sleeping
Commit ·
4b405c3
1
Parent(s): 9768b1d
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -42,9 +42,9 @@ ENV DJANGO_DB=default
|
|
| 42 |
ENV POSTGRE_NAME=neondb
|
| 43 |
ENV POSTGRE_PORT=5432
|
| 44 |
ENV POSTGRE_USER=g.saimadhavan
|
| 45 |
-
ENV POSTGRE_PASSWORD=
|
| 46 |
ENV POSTGRE_PORT=5432
|
| 47 |
-
ENV POSTGRE_HOST=ep-
|
| 48 |
#
|
| 49 |
# Uncomment the following line to remove the warning about ephemeral storage
|
| 50 |
#
|
|
|
|
| 42 |
ENV POSTGRE_NAME=neondb
|
| 43 |
ENV POSTGRE_PORT=5432
|
| 44 |
ENV POSTGRE_USER=g.saimadhavan
|
| 45 |
+
ENV POSTGRE_PASSWORD=b5IH2LjKhQZg
|
| 46 |
ENV POSTGRE_PORT=5432
|
| 47 |
+
ENV POSTGRE_HOST=ep-quiet-firefly-392076.ap-southeast-1.aws.neon.tech
|
| 48 |
#
|
| 49 |
# Uncomment the following line to remove the warning about ephemeral storage
|
| 50 |
#
|