From 989d51fe1318968793349379dfbdc7ce2798da7f Mon Sep 17 00:00:00 2001 From: Theenoro Date: Wed, 23 Nov 2022 22:57:51 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Edocker-compose.yml=E2=80=9C=20=C3=A4nd?= =?UTF-8?q?ern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d9573b7..f079e27 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,7 +25,7 @@ services: # - internal_network redis: - image: redis:7 + image: redis:7-alpine restart: always healthcheck: test: ['CMD', 'redis-cli', 'ping'] @@ -36,7 +36,7 @@ services: ipv4_address: '172.20.1.3' redis-volatile: - image: redis:7 + image: redis:7-alpine restart: always healthcheck: test: ['CMD', 'redis-cli', 'ping'] @@ -91,7 +91,7 @@ services: - uploads:/mastodon/public/system shell: - image: tootsuite/mastodon:v3.5.3 + image: tootsuite/mastodon:v4.0 env_file: - application.env - database.env @@ -105,7 +105,7 @@ services: - uploads:/mastodon/public/system streaming: - image: tootsuite/mastodon:v3.5.3 + image: tootsuite/mastodon:v4.0 env_file: - application.env - database.env @@ -127,7 +127,7 @@ services: test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1'] sidekiq: - image: tootsuite/mastodon:v3.5.3 + image: tootsuite/mastodon:v4.0 env_file: - application.env - database.env