version: '3.8' services: csms: build: . ports: - "3001:3001" environment: NODE_ENV: production # env_file: # - .env restart: unless-stopped