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:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
volumes:
|
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
|
- ./ca-bundle.pem:/app/ca-bundle.pem:ro,z
|
||||||
environment:
|
environment:
|
||||||
- CONFIG_PATH=/app/remotes.yaml
|
- CONFIG_PATH=/app/remotes.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user