chore: restructure examples into single-file and conf.d-method subdirs
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful

examples/single-file/remotes.yaml  — original monolithic config
examples/conf.d-method/            — one yaml per remote (alpine, github, pypi)

docker-compose updated to mount from examples/single-file/.
This commit is contained in:
2026-04-28 23:46:06 +10:00
parent 76633403b2
commit ba52fedd27
5 changed files with 41 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ services:
ports:
- "8000:8000"
volumes:
- ./examples/remotes.yaml:/app/remotes.yaml:ro,z
- ./examples/single-file/remotes.yaml:/app/remotes.yaml:ro,z
- ./ca-bundle.pem:/app/ca-bundle.pem:ro,z
environment:
- CONFIG_PATH=/app/remotes.yaml