-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,7 @@ | ||
FROM node:16 | ||
|
||
ENV GITHUB_APP_CLIENT_ID=13d036a5cbfd292dd77b | ||
ENV GITHUB_APP_CLIENT_SECRET=363d1626f39a8762479ad783d3625db355b3de59 | ||
|
||
ENV GITLAB_APP_CLIENT_ID=e9b6f14597b87e4824f3ae8af423ff5ab54e929bba24c9da83354b946e0c8585 | ||
ENV GITLAB_APP_CLIENT_SECRET=gloas-43363f1632a38592260607064a4b73e0ca2345c3c68445d92c364390bb988114 | ||
ENV GITLAB_APP_REDIRECT_URI=https://badging.chaoss.community/api/callback/gitlab | ||
|
||
ENV PORT=2020 | ||
|
||
ENV EMAIL_HOST=Gmail | ||
ENV [email protected] | ||
ENV EMAIL_PASSWORD=wrmhdlxckgmmplig | ||
|
||
ENV AUGUR_API_KEY=d1b1b36a8311cf07e7bc8fb325258942443c11f159088e14d464b5d571be6b5c | ||
|
||
|
||
|
||
ENV DB_DIALECT=mysql | ||
ENV DB_HOST=localhost | ||
ENV DB_NAME=badging | ||
ENV DB_USER=kaxada | ||
ENV DB_PASSWORD=ipv6sfx4Q. | ||
|
||
|
||
WORKDIR /app | ||
COPY package*.json ./ | ||
RUN npm install | ||
COPY . . | ||
EXPOSE 2050 3306 | ||
EXPOSE 2020 | ||
CMD [ "npm", "start" ] |