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