Add deployment configuration for app service
This commit is contained in:
@@ -3,3 +3,10 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "80"
|
- "80"
|
||||||
|
deploy:
|
||||||
|
replicas: 3
|
||||||
|
restart_policy:
|
||||||
|
condition: on-failure
|
||||||
|
rollback_config:
|
||||||
|
parallelism: 1
|
||||||
|
delay: 5s
|
||||||
|
|||||||
Reference in New Issue
Block a user