default to ghcr mirror
All checks were successful
Build and Publish college-bot-v2 / build_and_publish (push) Successful in 12s

git.i-am.nexus is low-bandwidth and should only be used for the bleeding edge or as a backup
This commit is contained in:
Nexus 2024-06-09 02:09:39 +01:00
parent b5622504c9
commit 3e37e38e79

View file

@ -1,7 +1,7 @@
services: services:
jimmy: jimmy:
container_name: jimmy-v2 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 restart: unless-stopped
tty: true tty: true
volumes: volumes:
@ -15,7 +15,7 @@ services:
- redis # you can remove this if you remove the ollama and starboard cogs. - redis # you can remove this if you remove the ollama and starboard cogs.
jimmy-webhook-server: jimmy-webhook-server:
container_name: 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 restart: unless-stopped
depends_on: depends_on:
- redis - redis
@ -33,7 +33,7 @@ services:
volumes: volumes:
- ollama-data:/root/.ollama - ollama-data:/root/.ollama
redis: redis:
image: redis image: redis:latest
restart: unless-stopped restart: unless-stopped
command: redis-server --save 60 1 --loglevel warning command: redis-server --save 60 1 --loglevel warning
volumes: volumes: