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