chore: move example config files into examples/
Keeps the repo root clean — example remotes.yaml lives in examples/. docker-compose.yml updated to mount from the new path.
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ services:
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ./remotes.yaml:/app/remotes.yaml:ro,z
|
||||
- ./examples/remotes.yaml:/app/remotes.yaml:ro,z
|
||||
- ./ca-bundle.pem:/app/ca-bundle.pem:ro,z
|
||||
environment:
|
||||
- CONFIG_PATH=/app/remotes.yaml
|
||||
|
||||
Reference in New Issue
Block a user