version: '3' services: api: build: . image: eu.gcr.io/slam-lang/slam-runner-api environment: PORT: 3000 ports: - 3000:3000 volumes: - ./src:/app/src