fix: web-docker pull from docker hub (#7700)

Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
Pritish Budhiraja
2025-04-03 12:27:27 +05:30
committed by GitHub
parent 0254560a30
commit d2f74737e4

View File

@ -149,15 +149,14 @@ services:
### Web Client
hyperswitch-web:
image: docker.juspay.io/juspaydotin/hyperswitch-web:latest
pull_policy: always
ports:
- "9050:9050"
- "9060:9060"
- "5252:5252"
networks:
- router_net
build:
context: ./docker
dockerfile: web.Dockerfile
depends_on:
hyperswitch-server:
condition: service_healthy