diff --git a/captain-definition b/captain-definition index 2432a2c..2c85913 100644 --- a/captain-definition +++ b/captain-definition @@ -7,6 +7,7 @@ "COPY ./ /usr/src/app", "RUN npm install && npm cache clean --force && npm run build && npx prisma migrate deploy", "ENV ENV production", + "ENV DATABASE_URL mysql://root:Kanker@123@srv-captain--nq-database/new-quest", "ENV PORT 4000", "EXPOSE 4000", "CMD [ \"npm\", \"start\" ]"