services: ezirc: build: context: . dockerfile: Dockerfile image: ezirc:edge ports: - "9000:9000" # Host-port:container-port environment: NODE_ENV: production volumes: - ./data:/data restart: unless-stopped