build(docker): define restart policy

This commit is contained in:
Oliver Davies 2021-12-28 16:41:27 +00:00
parent 3651d69ce1
commit 8203e983d5
2 changed files with 10 additions and 4 deletions

View file

@ -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