services: eth-statediff-service: build: context: ./ cache_from: - alpine:latest - golang:1.18 dockerfile: ./Dockerfile args: USER: "vdbm" CONFIG_FILE: ./environments/docker.toml EXPOSE_PORT: 8545 environment: - VDB_COMMAND=serve volumes: - eth-statediff-service-data:/vdbm/.ethereum/ ports: - "127.0.0.1:8545:8545" volumes: eth-statediff-service-data: