version: '3.8' services: bpb-website: build: . ports: - "3050:3050" environment: ADMIN_PASSWORD: your_secure_password # IMPORTANT: Replace with a strong password NODE_ENV: production volumes: - ./update.json:/usr/src/app/update.json # Persist update.json changes restart: always