Skip to content

Commit

Permalink
Add volume for bora/mantis persistent storage (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
rw-access authored Jul 30, 2024
1 parent 5f24085 commit 37b8b66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
DEPLOYMENT_INFRA_TYPE: "DOCKER_COMPOSE"
LOG_LEVEL: "WARN"
HYDRA_CLIENT_TIMEOUT_OVERRIDE_SEC: 30
PERSISTENT_STORAGE: /data/persistent_storage
env_file: sublime.env
ports:
- "0.0.0.0:8000:8000"
Expand All @@ -29,6 +30,8 @@ services:
- sublime_postgres
- sublime_strelka_backend
- sublime_strelka_frontend
volumes:
- persistent_storage:/data/persistent_storage
sublime_bora_lite:
image: sublimesec/bora-lite:1.45
restart: unless-stopped
Expand All @@ -47,6 +50,7 @@ services:
DEPLOYMENT_INFRA_TYPE: "DOCKER_COMPOSE"
LOG_LEVEL: "WARN"
HYDRA_CLIENT_TIMEOUT_OVERRIDE_SEC: 30
PERSISTENT_STORAGE: /data/persistent_storage
env_file: sublime.env
networks:
- net
Expand All @@ -55,6 +59,8 @@ services:
- sublime_redis
- sublime_strelka_backend
- sublime_strelka_frontend
volumes:
- persistent_storage:/data/persistent_storage
sublime_postgres:
image: postgres:13.2
command: -c 'max_connections=200'
Expand Down Expand Up @@ -232,3 +238,4 @@ volumes:
postgres:
logs:
s3_data:
persistent_storage:

0 comments on commit 37b8b66

Please sign in to comment.