browsertrix/configs
Ilya Kreymer b9d7907ab3
Single config and env vars (#267)
* simplify back to single config.env!
- back to good ole env vars!
- remove shared secret, which made it difficult to have scheduled crawls, since secrets are immutable, so could not update config if a scheduled crawl existed :/
- all env vars unified in configs/config.env - run-swarm.sh and run-pod.sh 'source' this config
- remove config.sample.yaml
- customize minio volume dir via config.env
- customize redis port via config.env
- include authsign ports in debug-ports config
2022-06-16 21:50:03 -07:00
..
config.sample.env Single config and env vars (#267) 2022-06-16 21:50:03 -07:00
docker-compose.debug-ports.yml Single config and env vars (#267) 2022-06-16 21:50:03 -07:00
docker-compose.podman.yml Single config and env vars (#267) 2022-06-16 21:50:03 -07:00
docker-compose.signing.yml Single config and env vars (#267) 2022-06-16 21:50:03 -07:00
docker-compose.swarm.yml Local swarm + podman support (#261) 2022-06-14 00:13:49 -07:00
signing.sample.yaml support signing in docker deployment: (#166) 2022-02-28 14:32:19 -08:00