services: web: restart: unless-stopped build: . ports: - "3000:3000" volumes: - ./.env:/app/.env:ro - data:/app volumes: data: