services: app: build: . restart: unless-stopped ports: - "8447:8447" environment: PORT: 8447 NODE_ENV: production env_file: - .env