Skip to content

Commit

Permalink
Merge pull request #16 from polkascan/treasury-proposal-214
Browse files Browse the repository at this point in the history
Treasury proposal 214
  • Loading branch information
wouterter authored Jan 9, 2023
2 parents a151e8a + 68910e8 commit 6037a1d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ services:
- SENTRY_PROJECT_NAME=explorer-polling-v2
- SENTRY_SERVER_NAME=polkadapt
- SENTRY_DSN=
- BLOCK_LIMIT_COUNT=500000

api:
build:
Expand Down Expand Up @@ -72,6 +73,7 @@ services:
- SENTRY_PROJECT_NAME=explorer-api-v2
- SENTRY_SERVER_NAME=polkadapt
- SENTRY_DSN=
- BLOCK_LIMIT_COUNT=500000

gui:
build:
Expand All @@ -85,7 +87,7 @@ services:
- substrate-node

substrate-node:
image: arjanz/substrate-node-template:latest
image: parity/substrate:latest
restart: unless-stopped
volumes:
- 'substrate-node:/substrate'
Expand Down
2 changes: 1 addition & 1 deletion explorer-ui
Submodule explorer-ui updated 106 files

0 comments on commit 6037a1d

Please sign in to comment.