services: timepoll: image: git.ajpanton.se/ajp_anton/timepoll:1 restart: unless-stopped ports: - "8080:8080" volumes: - ./timepoll-data:/data security_opt: - no-new-privileges:true cap_drop: - ALL read_only: true tmpfs: - /tmp stop_grace_period: 15s