version: '3.2'

services:
  zksync:
    platform: linux/amd64
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "8011:8011"
