diff options
| author | Fuwn <[email protected]> | 2022-02-22 00:50:51 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-02-22 00:50:51 -0800 |
| commit | 5ddf4db7c4ed84fb041eaf066eec3cf3f7e73112 (patch) | |
| tree | e25c2ad6bd6cb4518f16252cbde6d3e1c94f9502 /docker-compose.yml | |
| parent | Merge remote-tracking branch 'upstream/master' (diff) | |
| download | capybara-5ddf4db7c4ed84fb041eaf066eec3cf3f7e73112.tar.xz capybara-5ddf4db7c4ed84fb041eaf066eec3cf3f7e73112.zip | |
feat(#2): optionally, do not proxy url(s)
If the user provides a `Capybara.yaml` with the `capybara.keep_gemini`
key, do not proxy the provided values (URLs).
Also implements a rudimentary configuration system for future extension.
Thanks, @WellsBit!
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index d186069..809e3c2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,4 +8,6 @@ services: # CSS_EXTERNAL: "https://distrotube.com/css/style.css" # Optional ports: - "8080:8080" + volumes: + - ./.capybara-data/:/app/.capybara/ image: fuwn/capybara |