fix supervisor and rename docker-compose files
This commit is contained in:
parent
9670e3553d
commit
0a759b121c
3 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue