Ziggy
|
03b57c8468
|
Fixed mongo-express health check, where "localhost" could no longer be resolved inside the container
|
2024-07-01 15:26:15 +02:00 |
|
Ziggy
|
548a5811af
|
Specifying "version" is obsolete these days and doing so causes a warning to be printed, so let's stop doing it
|
2024-06-08 16:37:07 +02:00 |
|
Ziggy
|
a4ba11529f
|
Upgraded mongo-express to a stable release (1.0.0) and disabled the Basic Auth that was added at some point
|
2023-12-22 18:53:49 +01:00 |
|
Ziggy
|
deaf57cb4e
|
Added healthcheck to the mongo container and the mongo-express container now depends on the mongo container being health before attempting to start
This way, we don't need "restart: always" to deal with the connection failures in mongo-express to mongo
|
2023-04-02 22:57:29 +02:00 |
|
Ziggy
|
4a51b7396b
|
Created a docker-compose.yml, which initializes and runs a mongo instance
The idea is to simplify the setup process a bit, so it's easier to get
to the point where you can develop.
|
2022-11-29 16:30:18 +01:00 |
|