youzai
youzai
DDokploy
Created by youzai on 7/22/2024 in #help
I’m not sure about the difference between them, it’s not introduced in the document.
I used docker deployment, modified the environment variables, and used all the buttons above, but it never took effect.
3 replies
DDokploy
Created by youzai on 7/21/2024 in #help
Deploy fail
Are there any CI/CD projects suitable for nextjs? I'll go find out
24 replies
DDokploy
Created by youzai on 7/21/2024 in #help
Deploy fail
This is a small nextjs project. I don’t know if he will encounter the same problem in a slightly larger project.
24 replies
DDokploy
Created by youzai on 7/21/2024 in #help
Deploy fail
No description
24 replies
DDokploy
Created by youzai on 7/21/2024 in #help
Deploy fail
OK, I'll try
24 replies
DDokploy
Created by youzai on 7/21/2024 in #help
Deploy fail
What provider do you recommend here? I'll try it.
24 replies
DDokploy
Created by youzai on 7/21/2024 in #help
Deploy fail
yes
24 replies
DDokploy
Created by youzai on 7/21/2024 in #help
Deploy fail
aliyun
24 replies
DDokploy
Created by youzai on 7/21/2024 in #help
Deploy fail
I am using a server in the United States, so there are no connection issues.
24 replies
DDokploy
Created by youzai on 7/21/2024 in #help
Deploy fail
If so, when I deploy one of the projects, it may affect all projects on the server. For this production environment, it is catastrophic.
24 replies
DDokploy
Created by youzai on 7/21/2024 in #help
Deploy fail
yes
24 replies
DDokploy
Created by youzai on 7/21/2024 in #help
Deploy fail
I used the dockerfile deployment method, but the result still stayed at this line of logs without any changes. This is my dockerfile. FROM node:18-alpine AS builder RUN npm install -g pnpm WORKDIR /app COPY package.json pnpm-lock.yaml* ./ RUN pnpm install --frozen-lockfile COPY . . RUN pnpm build FROM node:18-alpine WORKDIR /app COPY --from=builder /app/package.json /app/pnpm-lock.yaml* ./ COPY --from=builder /app/.next ./.next COPY --from=builder /app/public ./public COPY --from=builder /app/next.config.js ./ COPY --from=builder /app/node_modules ./node_modules EXPOSE 3000 CMD ["pnpm", "start"]
24 replies
DDokploy
Created by youzai on 7/19/2024 in #help
domain
💯
22 replies
DDokploy
Created by youzai on 7/19/2024 in #help
domain
Thank you for your patient answer, I understand.
22 replies
DDokploy
Created by youzai on 7/19/2024 in #help
domain
I understand that using Flexible allows me to avoid maintaining certificate expiration issues.
22 replies
DDokploy
Created by youzai on 7/19/2024 in #help
domain
What are the benefits of configuring this way compared to the full way I used above?
22 replies
DDokploy
Created by youzai on 7/19/2024 in #help
domain
I solved it. I did not open port 80 of the server. I only opened port 443 before.
22 replies
DDokploy
Created by youzai on 7/19/2024 in #help
domain
No description
22 replies
DDokploy
Created by youzai on 7/19/2024 in #help
domain
I still can’t open the website. I didn’t find your method of operation in the documentation. Can you provide specific reference documentation?
22 replies