From 686e516cc5f1314ef261602a98cbf81605c9b7dd Mon Sep 17 00:00:00 2001 From: Cyrille <1618640+cyri113@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:27:45 +0200 Subject: [PATCH] [PROD] api image --- production/docker-compose.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/production/docker-compose.yml b/production/docker-compose.yml index 38d257c..bef07d6 100644 --- a/production/docker-compose.yml +++ b/production/docker-compose.yml @@ -232,11 +232,7 @@ services: api: container_name: api - build: - context: ../../tc-serverComm - dockerfile: Dockerfile - tags: - - tc-server-comm:${VERSION:-latest} + image: ghcr.io/togethercrew/api:main restart: unless-stopped environment: PORT: $PORT