Commit Graph

8 Commits

Author SHA1 Message Date
Raphael
4e184096a7 Highlight diverging database URLs in docker-compose-mysql.yaml 2023-06-18 23:30:05 +02:00
Sven Roederer
85659b47ef docker-compose: backport "stop_grace_period" and "restart" option to mysql variant
* backport from 743bc8522c
* backport from 0b22a0da62
* also whitespace fix and line reordering

Signed-off-by: Sven Roederer <sven@geroedel.de>
2022-03-20 16:34:52 +01:00
Abhilash Raj
9d9a627f72 Update docker compose specs (#517) 2021-09-23 10:31:06 -07:00
Abhilash Raj
d655998926 Use a defined subnet for containers 2021-08-26 05:56:26 +00:00
pini-gh
c10aa6fce4 Get rid of hard coded IPs (#441)
Replace them with:
* containers' hostnames
* gateway's IP address for default SMTP_HOST
* Core: when SMTP_HOST undef, echo the default value
* docker-compose: add port mapping
* docker-compose: drop network driver conf
* Exim macro: use localhost as LMTP host
* Update README.md
* docker-compose: Limit port mapping to loopback
* Update other docker-compose example files
2021-03-15 10:47:13 -07:00
Abhilash Raj
61f540a212 Update default charsets for use with MySQL. (#423)
-  Change default MySQL charset to utf8mb4
-  Change database URLs to use the utf8mb4 charsets for both Core and Web.
2021-01-23 17:57:57 -08:00
Abhilash Raj
b125b44277 Update images in compose files to use the latest ones. (#363) 2020-01-18 09:51:12 -08:00
Abhilash Raj
afb8f09eff Fix MySQL compatibility in the docker images. (#140)
* Fix MySQL compatibility in the docker images.

* Test the containers with MySQL containers too!
2017-09-30 20:38:33 -07:00