mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
fix: web-docker pull from docker hub (#7700)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0254560a30
commit
d2f74737e4
@ -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
|
||||
|
||||
Reference in New Issue
Block a user