egg (or chicken)
Signed-off-by: Arthur Khachaturov <me@wzray.ru>
This commit is contained in:
commit
8ed52d1c79
20 changed files with 11719 additions and 0 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
services:
|
||||
puppies:
|
||||
build: puppy
|
||||
ports:
|
||||
- "2390:80"
|
||||
stop_signal: SIGINT
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 30
|
||||
endpoint_mode: vip
|
Loading…
Add table
Add a link
Reference in a new issue