Commit
·
e000bb0
1
Parent(s):
f002194
adjust db url
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -8,11 +8,10 @@ RUN apk update && apk add --no-cache \
|
|
8 |
postgresql-contrib
|
9 |
|
10 |
# Set up environment variables
|
11 |
-
ENV DATABASE_URL=postgresql://postgres:postgres@localhost:5432/
|
12 |
ENV NEXTAUTH_SECRET=mysecret
|
13 |
ENV SALT=mysalt
|
14 |
ENV ENCRYPTION_KEY=0000000000000000000000000000000000000000000000000000000000000000
|
15 |
-
ENV NEXTAUTH_URL=http://localhost:3000
|
16 |
|
17 |
# Copy and set up the wrapper script
|
18 |
COPY docker-entrypoint-wrapper.sh /docker-entrypoint-wrapper.sh
|
|
|
8 |
postgresql-contrib
|
9 |
|
10 |
# Set up environment variables
|
11 |
+
ENV DATABASE_URL=postgresql://postgres:postgres@localhost:5432/node
|
12 |
ENV NEXTAUTH_SECRET=mysecret
|
13 |
ENV SALT=mysalt
|
14 |
ENV ENCRYPTION_KEY=0000000000000000000000000000000000000000000000000000000000000000
|
|
|
15 |
|
16 |
# Copy and set up the wrapper script
|
17 |
COPY docker-entrypoint-wrapper.sh /docker-entrypoint-wrapper.sh
|