first commit
This commit is contained in:
23
stack.yaml
Normal file
23
stack.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
krakend:
|
||||
image: krakend:2.12.0
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./krakend.json:/etc/krakend/krakend.json:ro
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
networks:
|
||||
- taxi
|
||||
|
||||
|
||||
networks:
|
||||
taxi:
|
||||
driver: overlay
|
||||
external: true
|
||||
attachable: true
|
||||
Reference in New Issue
Block a user