Michael Sloan
ff79b29f38
Set stripe-mock version to 0.178.0
to match stripe API version used ( #34786 )
...
Release Notes:
- N/A
2025-07-20 19:39:04 +00:00
Michael Sloan
d197c96cdc
Add stripe-mock to docker compose configuration ( #34732 )
...
Release Notes:
- N/A
2025-07-18 18:58:55 +00:00
Marshall Bowers
395a68133d
Add Postgrest to Docker Compose ( #16498 )
...
This PR adds two Postgrest containers—one for the app database and one
for the LLM database—to the Docker Compose cluster.
Also fixed an issue where `postgres_app.conf` and `postgres_llm.conf`
had been switched.
Release Notes:
- N/A
2024-08-19 20:50:45 -04:00
Toshimaru
d044dc8485
Update Docker Compose configuration ( #13530 )
...
- Fix Docker Compose obsolete setting
## Remove `version`
Fix the following error:
```
WARN[0000] /docker-compose.yml: `version` is obsolete
```
see also.
https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-top-level-element-obsolete
## Rename: docker-compose.yml -> compose.yml
The preferred file name is now `compose.yml`.
> The default path for a Compose file is compose.yaml (preferred)
ref.
https://docs.docker.com/compose/compose-application-model/#the-compose-file
Release Notes:
- N/A
2024-06-26 08:05:23 -04:00