From 0a759b121c7fd97e21dca83c384a1f5661cdf536 Mon Sep 17 00:00:00 2001 From: LUIS NOVO Date: Sun, 19 Oct 2025 09:13:47 -0300 Subject: [PATCH] fix supervisor and rename docker-compose files --- docker-compose.yml => docker-compose.full.yml | 0 supervisord.conf | 2 +- supervisord.single.conf | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docker-compose.yml => docker-compose.full.yml (100%) diff --git a/docker-compose.yml b/docker-compose.full.yml similarity index 100% rename from docker-compose.yml rename to docker-compose.full.yml diff --git a/supervisord.conf b/supervisord.conf index 91949c3..4566751 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -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 diff --git a/supervisord.single.conf b/supervisord.single.conf index 707ca8a..b9fda4e 100644 --- a/supervisord.single.conf +++ b/supervisord.single.conf @@ -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