Commit Graph

291 Commits

Author SHA1 Message Date
Phillip Schichtel
2e8af3710b
Refactore config options
This should allow to use databases other than PG and allows to now use the ES
2020-04-13 22:18:26 +02:00
André Bauer
c5751c06f7
added es namespace setting 2020-03-27 13:31:22 +01:00
André Bauer
f48fca238e
fixed postgres varname 2020-03-26 16:56:31 +01:00
André Bauer
7a591e3da5
added missing env vars to zammad init (#154) 2020-03-26 13:34:05 +01:00
André Bauer
76f7e0ee3b
Update .env (#152) 2020-03-23 13:24:13 +01:00
André Bauer
2f60d1fd14
Update tests.sh 2020-03-13 14:01:02 +01:00
André Bauer
5025b5e7b5
added filldb to tests 2020-03-13 02:23:39 +01:00
André Bauer
c5c359c658
fix nginx config (#148)
Signed-off-by: André Bauer <monotek23@gmail.com>
2020-03-12 23:16:24 +01:00
André Bauer
4dd0d5200d
Delete .travis.yml 2020-03-07 16:54:01 +01:00
André Bauer
d9a7d7ea20
test dockerhub images too (#146)
* fixed indentation

* added docker-compose lint

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

* test dockerhub images too

* pull images in separate step

* added smilye

* lowered timeouts
2020-03-07 13:21:46 +01:00
André Bauer
8e57219902
added docker-compose.yml lint (#145)
* fixed indentation

* added docker-compose lint

Signed-off-by: André Bauer <monotek23@gmail.com>
2020-03-07 04:19:55 +01:00
André Bauer
73def89f3b
fixed indentation (#144) 2020-03-07 03:55:36 +01:00
André Bauer
581434287c
github action test (#143)
* github action test

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

* github action test

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

* github action test

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

* github action test

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

* github action test

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

* github action test

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

* github action test

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

* github action test

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

* github action test

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

* github action test

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

* github action test

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

* github action test

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

* github action test

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

* github action test

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

* github action test

Signed-off-by: André Bauer <monotek23@gmail.com>
2020-03-06 18:50:38 +01:00
André Bauer
f93db7f2e8
added image build to ci & change db checks / migration (#142)
* updated image to 3.3.0-11

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

* add image build to ci / changed db cehcks

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

* added repo user var

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

* added needs

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

* added executable bit

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

* test

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

* test

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

* test

Signed-off-by: André Bauer <monotek23@gmail.com>
2020-03-06 14:41:59 +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
b28b513b74 Merge branch 'master' of github.com:monotek/zammad-docker-compose 2020-03-05 15:50:04 +01:00
André Bauer
6f26f26185 fixed docker lint file paths 2020-03-05 15:48:26 +01:00
André Bauer
aad03052f7 Merge remote-tracking branch 'upstream/master' 2020-03-05 15:42:13 +01:00
Thorsten Eckel
1d1daab582 Required changes for 3.3 release. 2020-03-05 15:15:02 +01:00
Thorsten Eckel
589efbc3a6 Building of Elasticsearch broken: Installation of ingest-attachment fails with error code 141.
```
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@     WARNING: plugin requires additional permissions     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
* java.lang.RuntimePermission accessClassInPackage.sun.java2d.cmm.kcms
* java.lang.RuntimePermission accessDeclaredMembers
* java.lang.RuntimePermission getClassLoader
* java.lang.reflect.ReflectPermission suppressAccessChecks
* java.security.SecurityPermission createAccessControlContext
* java.security.SecurityPermission insertProvider
* java.security.SecurityPermission putProviderProperty.BC
See http://docs.oracle.com/javase/8/docs/technotes/guides/security/permissions.html
for descriptions of what these permissions allow and the associated risks.

-> Installed ingest-attachment
The command '/bin/bash -e -o pipefail -c yes | /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment' returned a non-zero code: 141
```
2020-03-05 14:36:07 +01:00
André Bauer
028f6f4f5d
added autowizard as test (#139)
* added autowizard as test

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

* fix filename

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

* removed workflow needs

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

* added another sleep to see some more logs

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

* remove sleep

Signed-off-by: André Bauer <monotek23@gmail.com>
2020-02-28 00:38:52 +01:00
André Bauer
b075bd1a8f remove sleep
Signed-off-by: André Bauer <monotek23@gmail.com>
2020-02-28 00:38:31 +01:00
André Bauer
4b1b190219 added another sleep to see some more logs
Signed-off-by: André Bauer <monotek23@gmail.com>
2020-02-28 00:17:56 +01:00
André Bauer
eb0e5980d4 removed workflow needs
Signed-off-by: André Bauer <monotek23@gmail.com>
2020-02-28 00:08:26 +01:00
André Bauer
4ef5d6366f fix filename
Signed-off-by: André Bauer <monotek23@gmail.com>
2020-02-28 00:06:46 +01:00
André Bauer
d1a516a7ed added autowizard as test
Signed-off-by: André Bauer <monotek23@gmail.com>
2020-02-28 00:02:06 +01:00
André Bauer
20b99bcaa1
removed deletion of tmp file 2020-02-27 12:42:50 +01:00
André Bauer
0b787b2da0
raised sleep to 30 seconds to get some more logs 2020-02-27 12:42:06 +01:00
André Bauer
cb046658ff
set ci timeout to 10 min 2020-02-27 12:39:59 +01:00
André Bauer
2876dcc893
removed blankline (#137) 2020-02-27 10:23:28 +01:00
André Bauer
de63808d4b removed blankline 2020-02-27 10:22:00 +01:00
André Bauer
48e920e91d
updated status badge 2020-02-27 00:38:25 +01:00
André Bauer
6d5cfd786c
Update README.md 2020-02-27 00:36:07 +01:00
André Bauer
33beea77df
test github action (#136)
* changed github action
2020-02-27 00:33:46 +01:00
André Bauer
7fe85067fa
added github action (#135) 2020-02-26 17:54:14 +01:00
André Bauer
00153731d1
removed unused POSTGRES_DB var 2020-02-26 01:25:27 +01:00
André Bauer
d35dc01480
fixed sortorder 2020-02-25 20:00:31 +01:00
André Bauer
0867f031ff
added link to postgres changes 2020-02-25 19:56:48 +01:00
André Bauer
0b74566b74
added postgres fixes to upgrading section 2020-02-25 19:14:25 +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
9b81b9f544
Update docker-compose.yml 2020-02-21 17:50:30 +01:00
André Bauer
b8c641997e
Update docker-entrypoint.sh 2020-02-20 16:18:45 +01:00
André Bauer
351c90ed86
Update README.md 2020-02-20 16:18:13 +01:00
André Bauer
2a2525d932
Update README.md 2020-02-20 13:24:36 +01:00
André Bauer
a12991b3cd
Update README.md 2020-02-20 13:22:35 +01:00
André Bauer
3e87923fc7
Update README.md 2020-02-19 23:15:23 +01:00
André Bauer
39569fd728
Update README.md 2020-02-19 23:14:14 +01:00
André Bauer
3d2a73474f
added possibility to purge es index 2020-02-19 23:08:11 +01:00
André Bauer
b25456ff7d
Update Dockerfile 2020-02-18 21:52:09 +01:00