mirror of
https://github.com/status-im/status-python-sdk.git
synced 2026-08-31 14:11:07 +00:00
- **TEMP solution** - Store account information from different `status-backend` runs.
13 lines
295 B
YAML
13 lines
295 B
YAML
---
|
|
services:
|
|
status-backend:
|
|
image: harbor.status.im/bi/status-backend:dev
|
|
container_name: status-backend
|
|
ports:
|
|
- 8080:8080
|
|
- 8545:8545
|
|
- 30303:30303
|
|
entrypoint: 'status-backend'
|
|
command: '-address 0.0.0.0:8080'
|
|
volumes:
|
|
- ./data-dir:/data-dir |