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:
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: