services: workparking: build: . container_name: workparking restart: unless-stopped environment: NODE_ENV: production PORT: 3000 HOSTNAME: 0.0.0.0 ports: - "127.0.0.1:3001:3000"