Spaces:
Sleeping
Sleeping
Commit ·
9768b1d
1
Parent(s): 89c04c1
Update Dockerfile
Browse files- Dockerfile +8 -8
Dockerfile
CHANGED
|
@@ -38,17 +38,17 @@ FROM heartexlabs/label-studio:hf-latest
|
|
| 38 |
# information about your database service to the public in your spaces
|
| 39 |
# definition.
|
| 40 |
#
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
#
|
| 49 |
# Uncomment the following line to remove the warning about ephemeral storage
|
| 50 |
#
|
| 51 |
-
|
| 52 |
#
|
| 53 |
# Note that you will need to connect cloud storage to host data items that you
|
| 54 |
# want to annotate, as local storage will not be preserved across a space reset.
|
|
|
|
| 38 |
# information about your database service to the public in your spaces
|
| 39 |
# definition.
|
| 40 |
#
|
| 41 |
+
ENV DJANGO_DB=default
|
| 42 |
+
ENV POSTGRE_NAME=neondb
|
| 43 |
+
ENV POSTGRE_PORT=5432
|
| 44 |
+
ENV POSTGRE_USER=g.saimadhavan
|
| 45 |
+
ENV POSTGRE_PASSWORD=1nPQdK5wjutX
|
| 46 |
+
ENV POSTGRE_PORT=5432
|
| 47 |
+
ENV POSTGRE_HOST=ep-shy-limit-131498.ap-southeast-1.aws.neon.tech
|
| 48 |
#
|
| 49 |
# Uncomment the following line to remove the warning about ephemeral storage
|
| 50 |
#
|
| 51 |
+
ENV STORAGE_PERSISTENCE=1
|
| 52 |
#
|
| 53 |
# Note that you will need to connect cloud storage to host data items that you
|
| 54 |
# want to annotate, as local storage will not be preserved across a space reset.
|