mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +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
|
### 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
|
||||||
|
|||||||
Reference in New Issue
Block a user