Commit Graph

8 Commits

Author SHA1 Message Date
André Bauer
5aa5151c88 use multistage docker image 2019-02-15 16:11:49 +01:00
Jan Kiesewetter
f51eb4de02 Set restart option with .env (#87)
For better testing, the restart option of the containers is moved to .env
2018-08-16 12:40:41 +02:00
André Bauer
fc8920fea8 fix repo link 2018-04-14 20:39:53 +02:00
André Bauer
dc1f8128cc debug es reindex 2018-04-14 18:28:56 +02:00
André Bauer
b3fb17c6ad - changed tmp file var to use full path
- switched back to postgresql 9.6 (10.x with next release)
- switched back to zammad image repos
- switched back to stable branch (dalli gem now included)
2017-12-07 15:20:21 +01:00
André Bauer
ce696bad8b
added init container (installation / update)... (#2)
- added memcached container (currently develop branch needed)
- put all zammad services in one kubernetes pod to be able to use empty dir volume for tmp
- switched to kubernetes deployments
- switched to ReadWriteOnce kubernetes volume claims
- added init container to elasticsearch & zammad kubernetes deployments
- added IMAGE_REPO var for docker compose to .env file
- run nginx from zammad container (preparation for stateless updates)
- removed docker-compose-build.yml
- use private docker repos in compose & kubernetes
- change compose volume names
2017-11-26 21:25:57 +01:00
André Bauer
390516dac1 fixed typo 2017-11-11 11:12:36 +01:00
André Bauer
40c1f6b041 added .env file with VERSION var...
...to be able to let compose file untouched when using another image version
2017-11-11 11:09:43 +01:00