Skip to content

Commit

Permalink
Add docker compose file to allow running server without redis
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Sep 25, 2023
1 parent de1082b commit 04b179a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose/docker-compose.local.yml
@@ -0,0 +1,15 @@
version: '3.7'

services:
mmseqs-web-redis:
image: busybox
command: /bin/true

mmseqs-web-api:
command: -local -config /etc/mmseqs-web/config.json -app ${APP}
environment:
- MMSEQS_NUM_THREADS=${THREADS_PER_WORKER}

mmseqs-web-worker:
image: busybox
command: /bin/true

0 comments on commit 04b179a

Please sign in to comment.