607fa4a02a
* 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
7 lines
100 B
Bash
7 lines
100 B
Bash
#!/bin/bash
|
|
#
|
|
# build hooks config
|
|
#
|
|
|
|
DOCKER_IMAGES="zammad zammad-elasticsearch zammad-postgresql"
|