version: '3.8' services: cozy-den: build: . container_name: cozy-den ports: - "3000:80" restart: unless-stopped environment: - NODE_ENV=production