services: gotify: image: gotify/server:2.9.1 restart: unless-stopped volumes: - gotify_data:/app/data ports: - "80" volumes: gotify_data: