Claudio Barca
Claudio Barca

This link can be useful : https://github.com/docker/compose/issues/9181
Any chance to solve ? Thank you in advance.
Also for me, same issue.
@mcollina Thank you. I should be add this parameters to start of platformatic on Dockerfile, as is : `CMD ["platformatic", "start", "--trace-warnings"]` It is correct ?
Ok, I have added this env settings after the base image ``` FROM platformatic/platformatic:latest as base ENV NODE_OPTIONS=--trace-warnings ``` Now will proceed to deploy on Azure. I think is need...
@mcollina Memory occupancy is increasing more and more, but I have not yet other messages on the log.  Any API was not called, the service is not used from...
I expect the system to crash soon 
@mcollina Now the Azure VM is crashed. There are the logs.  Other info: this is a service with one table only, Postgresdb, Typescript, with not any custom routes, created...
I have reported the full parts of log returned by the faulted service. Probably the initial logs are overrided by `ENV NODE_OPTIONS=--trace-warnings`. So, good news. I solved the problem setting...