mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-14 19:13:05 +00:00
12 lines
270 B
YAML
12 lines
270 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
visualizer:
|
|
image: ghcr.io/blockscout/visualizer:${VISUALIZER_DOCKER_TAG:-latest}
|
|
pull_policy: always
|
|
platform: linux/amd64
|
|
restart: always
|
|
container_name: 'visualizer'
|
|
env_file:
|
|
- ../envs/common-visualizer.env
|