services: dashboard: build: . env_file: - .env ports: - "8080:8080" restart: unless-stopped read_only: true tmpfs: - /tmp security_opt: - no-new-privileges:true