From a452d9a4e08ed6a441fd4bbb91ef2f7425e91e11 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 19 Jan 2024 19:36:28 +0000 Subject: [PATCH] Update docker-compose.production.yml --- docker-compose.production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.production.yml b/docker-compose.production.yml index 1a3b77c..6d8f77b 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -3,8 +3,8 @@ services: redis: build: context: docker/redis - image: git.nixc.us/colin/haste:redis-production + image: git.nixc.us/colin/haste:production-redis haste: build: context: docker/haste - image: git.nixc.us/colin/haste:haste-production \ No newline at end of file + image: git.nixc.us/colin/haste:production-haste \ No newline at end of file