File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,6 @@ RUN usermod -l zipline node \
77 && chmod 0440 /etc/sudoers.d/zipline \
88 && sudo apt-get update && apt-get install gnupg2 -y
99
10- USER zipline
10+ EXPOSE 3000
11+
12+ USER zipline
Original file line number Diff line number Diff line change 4141 "remoteUser" : " zipline" ,
4242 "updateRemoteUserUID" : true ,
4343 "remoteEnv" : {
44- "CORE_DATABASE_URL" : " postgres://postgres:postgres@localhost /zip10"
44+ "CORE_DATABASE_URL" : " postgres://postgres:postgres@db /zip10"
4545 },
4646 "portsAttributes" : {
4747 "3000" : {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CORE_RETURN_HTTPS=true
77CORE_SECRET="changethis"
88CORE_HOST=0.0.0.0
99CORE_PORT=3000
10- CORE_DATABASE_URL="postgres://postgres:postgres@localhost /zip10"
10+ CORE_DATABASE_URL="postgres://postgres:postgres@db /zip10"
1111CORE_LOGGER=false
1212CORE_STATS_INTERVAL=1800
1313CORE_INVITES_INTERVAL=1800
@@ -47,4 +47,4 @@ URLS_LENGTH=6
4747RATELIMIT_USER=5
4848RATELIMIT_ADMIN=3
4949
50- # for more variables checkout the docs
50+ # for more variables checkout the docs
You can’t perform that action at this time.
0 commit comments