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 ### Web Client
hyperswitch-web: hyperswitch-web:
image: docker.juspay.io/juspaydotin/hyperswitch-web:latest
pull_policy: always
ports: ports:
- "9050:9050" - "9050:9050"
- "9060:9060" - "9060:9060"
- "5252:5252" - "5252:5252"
networks: networks:
- router_net - router_net
build:
context: ./docker
dockerfile: web.Dockerfile
depends_on: depends_on:
hyperswitch-server: hyperswitch-server:
condition: service_healthy condition: service_healthy