safe-global / safe-infrastructure

One `docker-compose.yml` file to rule them all
MIT License
56 stars 92 forks source link

No web UI on 8080 locally #116

Closed wehappyfew closed 10 months ago

wehappyfew commented 11 months ago

I am following the guide for local deployment using docker-compose, and all seems fine. I can see the admin UI in http://localhost:8000/cfg/admin/safe_apps/client/ but I cannot open the safe UI on http://localhost:8080. Is there something I am missing?

My .env file is this

REVERSE_PROXY_PORT=8000
REVERSE_PROXY_UI_PORT=8080

CFG_VERSION=latest
CGW_VERSION=latest
TXS_VERSION=latest
UI_VERSION=latest

RPC_NODE_URL=https://testnet.rpc.zora.energy
wehappyfew commented 11 months ago

UPDATE: The UI now loads, it seems that you need to wait for like 10 minutes to be accessible