From b125b44277f3d52b33cc94dd46acb7f9ddc93d27 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sat, 18 Jan 2020 09:51:12 -0800 Subject: [PATCH] Update images in compose files to use the latest ones. (#363) --- docker-compose-mysql.yaml | 4 ++-- docker-compose-postorius.yaml | 4 ++-- docker-compose.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose-mysql.yaml b/docker-compose-mysql.yaml index 5935eba..4fae867 100644 --- a/docker-compose-mysql.yaml +++ b/docker-compose-mysql.yaml @@ -2,7 +2,7 @@ version: '2' services: mailman-core: - image: maxking/mailman-core:latest + image: maxking/mailman-core:0.3 container_name: mailman-core hostname: mailman-core volumes: @@ -21,7 +21,7 @@ services: ipv4_address: 172.19.199.2 mailman-web: - image: maxking/mailman-web:latest + image: maxking/mailman-web:0.3 container_name: mailman-web hostname: mailman-web depends_on: diff --git a/docker-compose-postorius.yaml b/docker-compose-postorius.yaml index acf6c01..c7122c0 100644 --- a/docker-compose-postorius.yaml +++ b/docker-compose-postorius.yaml @@ -2,7 +2,7 @@ version: '2' services: mailman-core: - image: quay.io/maxking/mailman-core:rolling + image: maxking/mailman-core:0.3 container_name: mailman-core hostname: mailman-core volumes: @@ -22,7 +22,7 @@ services: ipv4_address: 172.19.199.2 mailman-web: - image: quay.io/maxking/postorius:latest + image: maxking/postorius:0.3 container_name: mailman-web hostname: mailman-web depends_on: diff --git a/docker-compose.yaml b/docker-compose.yaml index bb84c8b..9936f34 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ version: '2' services: mailman-core: - image: maxking/mailman-core:0.2 + image: maxking/mailman-core:0.3 container_name: mailman-core hostname: mailman-core volumes: @@ -22,7 +22,7 @@ services: ipv4_address: 172.19.199.2 mailman-web: - image: maxking/mailman-web:0.2 + image: maxking/mailman-web:0.3 container_name: mailman-web hostname: mailman-web depends_on: