fix: resolve bad gateway on dokploy by setting HOSTNAME=0.0.0.0 and traefik labels
This commit is contained in:
@@ -61,6 +61,7 @@ EXPOSE 3000
|
||||
# Definir variável de ambiente
|
||||
ENV PORT=3000
|
||||
ENV NODE_ENV=production
|
||||
ENV HOSTNAME=0.0.0.0
|
||||
|
||||
# Comando de inicialização
|
||||
CMD ["/app/start.sh"]
|
||||
|
||||
Reference in New Issue
Block a user