Commit Graph

4 Commits

Author SHA1 Message Date
Arne Luenser ffdfb7362a
fix: use docker compose rather than docker-compose (#3815) 2024-08-06 14:57:49 +02:00
khevse aeecfe1c8f
fix: Update for 5 minute tutorial (#1704) 2020-02-01 14:30:41 +01:00
hackerman 95a51deb31
Improve configuration and service management (#1314)
This patch significantly refactors internal configuration and service management with the goal of making configuration changes possible without service restarts. This patch prepares the possibility to configure ORY Hydra from a remote source (etcd, consul) and watch for changes. This patch also introduces the possibility to configure ORY Hydra from a configuration file on top of environment variables.

The following issues have been fixed as well:

- Key rotation of the system secret is now much simpler (closes #1316)
- Database connectivity parameters such as max_conns no longer cause issues with older postgres versions (closes #1327)
- Non-existing routes now return a JSON error instead of `text/plain` when `application/json` was requested (clsoes #1244)
- We now push tags latest, X, X.Y, X.Y.Z to docker hub (closes #1289)
- The quickstart guide no longer builds the source code but instead pulls latest tag (closes #1309)
- We moved to goreleaser and godownloader for release management (closes #1107)
- The quickstart Docker Compose files are now reusable (closes #1196)

The following issues are also resolved:

- Closes #1121 

Signed-off-by: aeneasr <aeneas@ory.sh>
2019-04-02 11:52:21 +02:00
David López 03a28c3e27 docker: refactor docker-compose for cleanness and readability
Reorganize/split docker-compose config between multiple files for cleanness and readability

Signed-off-by: David López <not4rent@gmail.com>
2019-04-01 16:39:21 +02:00