fix supervisor and rename docker-compose files

This commit is contained in:
LUIS NOVO 2025-10-19 09:13:47 -03:00
parent 9670e3553d
commit 0a759b121c
3 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ startsecs=3
[program:frontend]
command=npm run start
directory=/app/frontend
environment=NODE_ENV="production",PORT="8502",API_URL="%(ENV_API_URL)s"
environment=NODE_ENV="production",PORT="8502"
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr

View file

@ -40,7 +40,7 @@ startsecs=3
[program:frontend]
command=npm run start
directory=/app/frontend
environment=NODE_ENV="production",PORT="8502",API_URL="%(ENV_API_URL)s"
environment=NODE_ENV="production",PORT="8502"
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr