services: web: build: context: . target: dev ports: - "4567:4567" volumes: - .:/app environment: {} # WEB_CONCURRENCY: 3 command: - sleep - infinity