services: backerup-website: image: backerup-website:latest container_name: backerup-website restart: unless-stopped ports: - "3000:3000" volumes: - backerup_data:/app/data environment: - NODE_ENV=production - NEXT_TELEMETRY_DISABLED=1 volumes: backerup_data: driver: local