chore(docker): add restart policy for app service
This commit is contained in:
parent
b300d874d2
commit
b6b4dfa3b2
@ -1,6 +1,8 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
# set up retry times
|
||||
restart: on-failure:5
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user