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