Files
gateway/stack.yaml
A'zamov Samandar 7612081c43
All checks were successful
Deploy to Production / deploy (push) Successful in 12s
chore(change image)
2025-11-05 17:07:15 +05:00

27 lines
471 B
YAML

version: "3.9"
services:
krakend:
image: krakend:watch
ports:
- mode: ingress
target: 8080
published: ${PORT:?Enviromentda port topilmadi}
protocol: tcp
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