Commit Graph

5 Commits

Author SHA1 Message Date
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