feat(github-action)
Some checks failed
Deploy to Production / deploy (push) Failing after 9s

This commit is contained in:
A'zamov Samandar
2025-11-05 15:40:01 +05:00
parent f60163d5fa
commit fd59c89d6a
2 changed files with 52 additions and 1 deletions

View File

@@ -4,7 +4,10 @@ services:
krakend:
image: krakend:2.12.0
ports:
- "8080:8080"
- mode: ingress
target: 80
published: ${PORT:?Enviromentda port topilmadi}
protocol: tcp
volumes:
- ./krakend.json:/etc/krakend/krakend.json:ro
deploy: