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