services: reubah: container_name: reubah hostname: reubah image: ghcr.io/dendianugerah/reubah:latest ports: ## commenta se utilizzi un reverse proxy - 8081:8081 ## anche questa riga security_opt: - no-new-privileges:true environment: - PORT=8081 volumes: - ./doc-tmp:/tmp:rw cap_drop: - ALL restart: unless-stopped