version: '3.8' services: app: build: . ports: - "8077:80" - "4000:4000" volumes: - hospital-data:/app restart: unless-stopped volumes: hospital-data: