build(docker): define restart policy
This commit is contained in:
parent
3651d69ce1
commit
8203e983d5
2 changed files with 10 additions and 4 deletions
|
@ -5,3 +5,6 @@ INTEGROMAT_WEBHOOK_URL=
|
|||
# Which environment is running? This should be "development" or "production".
|
||||
# NODE_ENV=development
|
||||
NODE_ENV=production
|
||||
|
||||
# DOCKER_RESTART_POLICY=no
|
||||
DOCKER_RESTART_POLICY=unless-stopped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue