]> cat aescling's git repositories - mastodon.git/commit
Specify middleware versions in docker-compose.yml (#5247)
authorunarist <m.unarist@gmail.com>
Fri, 6 Oct 2017 18:37:17 +0000 (03:37 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 6 Oct 2017 18:37:17 +0000 (20:37 +0200)
commitc75ca0525b5c7fd85a036d71b7b484a2072d701a
treeabdce7cca6c562923c1dfdebebf9f94d043da292
parent6f2d88dd28e84d236570bed4367d4a72ade0c404
Specify middleware versions in docker-compose.yml (#5247)

PostgreSQL10 has been released, but upgrading from older versions needs dump/restore. If you pull new version without those handling, db service will fail to launch.

To prevent accidentally upgrading, and as a recommended version, this patch specifies PostgreSQL and Redis version.
docker-compose.yml