Skip to content

Commit 0f1f3b2

Browse files
authored
chore: Update block-explorer (#5)
# What 💻 - Update `block-explorer-app` config mounting location - Remove env vars for `block-explorer-app` image # Why ✋ - This was updated in recent release - These are no longer necessary in the latest release
1 parent b4f96bd commit 0f1f3b2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docker-compose-deps.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,8 @@ services:
185185
image: ghcr.io/matter-labs/block-explorer-app:latest
186186
platform: linux/amd64
187187
container_name: prividium-block-explorer-app
188-
environment:
189-
PORT: 3010
190-
VITE_APP_ENVIRONMENT: prividium
191188
volumes:
192-
- ./dev/block-explorer/block-explorer-config.js:/usr/src/app/packages/app/dist/config.js:ro
189+
- ./dev/block-explorer/block-explorer-config.js:/usr/share/nginx/html/config.js:ro
193190
ports:
194191
- '3010:3010'
195192
depends_on:

0 commit comments

Comments
 (0)