From d36b5e80913b716c9481afac80061043b132f914 Mon Sep 17 00:00:00 2001 From: ksurl Date: Mon, 21 Nov 2022 15:01:46 -0800 Subject: [PATCH] fix(docker-compose): add compose image tag (#734) * fix: update compose image tag * fix: update image org name --- docker-compose.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b9b13263..aa289ac5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,8 +3,7 @@ services: main: build: context: ./docker - tags: - - automatisch/automatisch + image: automatischio/automatisch ports: - '3000:3000' depends_on: @@ -27,8 +26,7 @@ services: worker: build: context: ./docker - tags: - - automatisch/automatisch + image: automatischio/automatisch depends_on: - main environment: