Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-30 16:18:49 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-02 14:05:09 +0300
commit42ea6b8abc507fa2845f6f9c1a303371cc6a992c (patch)
tree1b3806b0a00c19a9f4f6770675a1cf5a3681fd36 /Makefile
parentea36de1a8c560d0c6460c7c79c883d8cc8dbd219 (diff)
Update the Makefile docker test image
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile30
1 files changed, 2 insertions, 28 deletions
diff --git a/Makefile b/Makefile
index 5f54e5361..948abf87e 100644
--- a/Makefile
+++ b/Makefile
@@ -8,9 +8,6 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
-docker_image=iredmail/mariadb:nightly
-mail_user=postmaster@mail.domain.tld
-mail_pwd=my-secret-password
all: appstore
@@ -49,20 +46,8 @@ watch-js:
dev-setup: install-composer-deps-dev install-npm-deps-dev optimize-js
-start-imap-docker:
- docker pull $(docker_image)
- docker run --name="ncimaptest" -d \
- -p 993:993 \
- --hostname mail.domain.tld \
- -e HOSTNAME=mail.domain.tld \
- -e FIRST_MAIL_DOMAIN=mail.domain.tld \
- -e FIRST_MAIL_DOMAIN_ADMIN_PASSWORD=my-secret-password \
- -e MLMMJADMIN_API_TOKEN=szpUAZAH4H+jyEzH3GPcsVjOGYI1I6VohT7MLaxfZXw= \
- -e ROUNDCUBE_DES_KEY=7RPfVaqOfQUIkog68QZQxh0qxUFrK8BdwOQeVxJaVrs= \
- $(docker_image)
-
start-docker:
- docker pull antespi/docker-imap-devel:latest
+ docker pull christophwurst/imap-devel
docker run --name="ncmailtest" -d \
-p 25:25 \
-p 143:143 \
@@ -71,18 +56,7 @@ start-docker:
-e MAILNAME=mail.domain.tld \
-e MAIL_ADDRESS=user@domain.tld \
-e MAIL_PASS=mypassword \
- antespi/docker-imap-devel:latest
-
-start-smtp-docker:
- docker pull catatnight/postfix
- docker run --name="ncsmtptest" -d \
- -e maildomain=domain.tld \
- -e smtp_user=postmaster@mail.domain.tld:my-secret-password \
- -p 2525:25 \
- catatnight/postfix
-
-add-imap-account:
- docker exec -it ncimaptest /opt/bin/useradd $(mail_user) $(mail_pwd)
+ christophwurst/imap-devel
update-composer: composer.phar
rm -f composer.lock