services: server: build: context: . environment: NODE_ENV: production volumes: - ./config.json:/usr/src/app/config.json ports: - 3000:3000 - 3001:3001