diff --git a/docker-compose.yml b/docker-compose.yml index 173c937..4a6619c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ services: jimmy: container_name: jimmy-v2 - image: git.i-am.nexus/nex/college-bot:latest + image: ghcr.io/nexy7574/college-bot:latest # alternatively: git.i-am.nexus/nex/college-bot:latest restart: unless-stopped tty: true volumes: @@ -15,7 +15,7 @@ services: - redis # you can remove this if you remove the ollama and starboard cogs. jimmy-webhook-server: container_name: jimmy-webhook-server - image: git.i-am.nexus/nex/college-bot:latest + image: ghcr.io/nexy7574/college-bot:latest # alternatively: git.i-am.nexus/nex/college-bot:latest restart: unless-stopped depends_on: - redis @@ -33,7 +33,7 @@ services: volumes: - ollama-data:/root/.ollama redis: - image: redis + image: redis:latest restart: unless-stopped command: redis-server --save 60 1 --loglevel warning volumes: