Switch config from YAML to TOML

This commit is contained in:
prosolis
2026-05-24 22:11:36 -07:00
parent e88483526d
commit 9d5db63c56
11 changed files with 280 additions and 253 deletions

View File

@@ -8,4 +8,4 @@ services:
- "${PETE_WEB_PORT:-8080}:8080"
volumes:
- ./data:/app/data
- ./config.yaml:/app/config.yaml:ro
- ./config.toml:/app/config.toml:ro