zammad-docker-compose/hooks/config
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

7 lines
100 B
Bash

#!/bin/bash
#
# build hooks config
#
DOCKER_IMAGES="zammad zammad-elasticsearch zammad-postgresql"