Skip to content

Commit a7cd9ee

Browse files
committed
removed sensitive data
1 parent 8055b78 commit a7cd9ee

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

services/migration/Dockerfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,7 @@ FROM base AS production
8484

8585
ENV PYTHONOPTIMIZE=TRUE
8686

87-
# testing defaults
88-
ENV POSTGRES_USER=scu \
89-
POSTGRES_PASSWORD=adminadmin \
90-
POSTGRES_HOST=postgres \
91-
POSTGRES_PORT=5432 \
92-
POSTGRES_DB=simcoredb \
93-
SC_DONE_MARK_FILE=migration.done
94-
87+
ENV SC_DONE_MARK_FILE=migration.done
9588

9689
WORKDIR /home/scu
9790

0 commit comments

Comments
 (0)