6 Commits

Author SHA1 Message Date
Daniel Bunte
abe34d09ed
feat(install): Adds support for podman(compose) (#3673) 2025-07-22 13:58:07 +00:00
Amin Vakil
6b4487f032
Use dc variable in clickhouse step (#3658) 2025-04-12 18:30:25 +03:00
Burak Yigit Kaya
f21b16d0ec
ci: Use generic Docker volume cache action (#3524)
See https://github.com/BYK/docker-volume-cache-action
2025-01-14 14:09:11 -08:00
Burak Yigit Kaya
ad39dabdf0
ref(geoip): Remove geoipupdate from compose (#3490)
`geoipupdate` is not used by any other service nor it is needed for any
service to run. Moreover, it is a one-shot command, causing
`docker compose up --wait` to fail when it exits with a non-zero status.
This happens when one has not yet set up their credentials and they may
choose to never do this.

This PR removes `geoipupdate` from the `docker-compose.yml` file and
moves the command directly into the geoip related script. One may run
this whenever they want to update their GeoIP database.

This PR needs an accompanying docs change.
2024-12-23 14:32:17 -08:00
Hubert Deng
1c72fbe612
Add clickhouse healthchecks to upgrade (#3024)
add clickhouse healthchecks
2024-05-06 15:38:15 -07:00
Hubert Deng
67382fd2ab
Upgrade clickhouse to 23.8 (#3009)
* upgrade clickhouse
2024-05-06 09:22:03 -07:00