forked from verdnatura/salix-front
Added deploy instruction
This commit is contained in:
parent
db01747ca3
commit
c7fdf8ef23
|
@ -6,4 +6,9 @@ services:
|
|||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
ports:
|
||||
- 4000
|
||||
- 4000
|
||||
deploy:
|
||||
replicas: 2
|
||||
placement:
|
||||
constraints:
|
||||
- node.role == worker
|
Loading…
Reference in New Issue