mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-05-05 17:09:25 +00:00
12 lines
335 B
YAML
12 lines
335 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
smart-contract-verifier:
|
|
image: ghcr.io/blockscout/smart-contract-verifier:${SMART_CONTRACT_VERIFIER_DOCKER_TAG:-latest}
|
|
pull_policy: always
|
|
platform: linux/amd64
|
|
restart: always
|
|
container_name: 'smart-contract-verifier'
|
|
env_file:
|
|
- ../envs/common-smart-contract-verifier.env
|