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 environment: PORT: 8081 volumes: - ./tmp:/app/tmp:rw - ./doctmp:/tmp:rw restart: always