services: client: build: . container_name: client restart: unless-stopped ports: - "3000:3000" environment: NODE_ENV: production volumes: - /var/run/docker.sock:/var/run/docker.sock