Skip to content

Commit

Permalink
move most conf stuff to .env in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniwasonline committed May 17, 2024
1 parent aaf29f3 commit 81d1fe3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: spongechat
services:
spongechat:
image: "ghcr.io/spongedsc/spongechat:dev-v2"
env_file:
- ./.env
environment:
- MODEL_LLM_PRESET=default
- ACTIVATION_MODE=WHITELIST
- ACTIVATION_CHANNEL_SETLIST=CHANGEME
- KV_URI=redis://dragonfly:6379
restart: on-failure
depends_on:
Expand Down

0 comments on commit 81d1fe3

Please sign in to comment.