diff --git a/Dockerfile b/Dockerfile index a6211c3..ddb110f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,8 +52,6 @@ COPY supervisord.conf /etc/supervisord.conf # Setup Environment ENV NODE_ENV=production ENV NEXT_TELEMETRY_DISABLED=1 -ENV PORT=3000 -ENV HOSTNAME="0.0.0.0" ENV KVTUBE_DATA_DIR=/app/data ENV GIN_MODE=release ENV NEXT_PUBLIC_API_URL=http://127.0.0.1:8080 diff --git a/supervisord.conf b/supervisord.conf index 73f3a8b..db83b44 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -12,7 +12,7 @@ stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 -environment=KVTUBE_DATA_DIR="/app/data",GIN_MODE="release" +environment=KVTUBE_DATA_DIR="/app/data",GIN_MODE="release",PORT="8080" [program:frontend] command=node server.js