PDS Admin tool make it easier to moderate your PDS with labels
at main 11 lines 215 B view raw
1services: 2 label-watcher: 3 build: . 4 restart: unless-stopped 5 env_file: .env 6 volumes: 7 - ./settings.toml:/app/settings.toml:ro 8 - label-watcher-data:/app/data 9 10volumes: 11 label-watcher-data: