Commit Graph

25 Commits

Author SHA1 Message Date
André Bauer
b39454dc36
update to 3.6.0-67 (#194)
* update to 3.6.0-67

Signed-off-by: André Bauer <monotek23@gmail.com>

* fix ci name

Signed-off-by: André Bauer <monotek23@gmail.com>

* fix typo

Signed-off-by: André Bauer <monotek23@gmail.com>
2021-03-19 15:04:38 +01:00
André Bauer
b1ce16963a
Update .env (#191) 2021-03-05 03:01:22 +01:00
André Bauer
288b91a0cd
remove gosu and run nginx as zammad user (#189)
remove gosu and run nginx as zammad user
2021-03-03 20:28:03 +01:00
André Bauer
04e6220993
added codespell & superlinter / updated versions (#183)
* added codespell linter
* added superlinter
* raised env version to 3.6.0-20
* updated memcache container
* updated postgres container
* some readme fixes
* use fixed ubuntu 20.04 version for all github action steps
2020-12-07 13:41:12 +01:00
Thorsten
99cd79a748
Release Update 3.6. (#181)
* Release Update 3.6.

* Added VERSION ENV.
2020-11-18 19:02:40 +01:00
Ross Crawford-d'Heureuse
30d25a9151
update image to 3.5.0-20 (#179)
* bumped to 3.6.0-82

* Update .env

Co-authored-by: Ross Crawford-d'Heureuse <ross.crawford@mindcurv.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
2020-11-11 16:41:37 +01:00
André Bauer
7d15c4909a
update zammad version & made es reindex optional (#175)
Signed-off-by: André Bauer <monotek23@gmail.com>
2020-09-25 14:35:49 +02:00
André Bauer
6c6fe76d11
Update image version to 3.4.0-4 2020-07-01 01:06:27 +02:00
André Bauer
8aeb72e215
updated zammad image to 3.4.0-2 2020-06-17 09:52:49 +02:00
André Bauer
76f7e0ee3b
Update .env (#152) 2020-03-23 13:24:13 +01:00
André Bauer
de6941235d
updated image to 3.3.0-11 (#141)
Signed-off-by: André Bauer <monotek23@gmail.com>
2020-03-06 11:51:52 +01:00
André Bauer
6f26f26185 fixed docker lint file paths 2020-03-05 15:48:26 +01:00
Thorsten Eckel
1d1daab582 Required changes for 3.3 release. 2020-03-05 15:15:02 +01:00
André Bauer
33beea77df
test github action (#136)
* changed github action
2020-02-27 00:33:46 +01:00
André Bauer
00153731d1
removed unused POSTGRES_DB var 2020-02-26 01:25:27 +01:00
André Bauer
5f405aadd4
set fixed version (3.2.0-13) 2020-02-25 15:52:56 +01:00
André Bauer
607fa4a02a
fixes for postgres / use official memcached container (#130)
* use fixed postgres & memcached versions & fix missing postgres env var

* remove memcached contaienr build

* fixed another version label

* added postgres password to backup command

* set postgres user & pass in .env file

* fixed postgres in backup container

* use zammad repo
2020-02-24 17:50:19 +01:00
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