Skip to content

Commit 2bd9bc8

Browse files
authored
Remove PERSISTENT_STORAGE and volume (#233)
1 parent 6f2bfac commit 2bd9bc8

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ services:
1919
DEPLOYMENT_INFRA_TYPE: "DOCKER_COMPOSE"
2020
LOG_LEVEL: "WARN"
2121
HYDRA_CLIENT_TIMEOUT_OVERRIDE_SEC: 30
22-
PERSISTENT_STORAGE: /data/persistent_storage
2322
env_file: sublime.env
2423
ports:
2524
- "0.0.0.0:8000:8000"
@@ -29,8 +28,6 @@ services:
2928
- sublime_postgres
3029
- sublime_strelka_backend
3130
- sublime_strelka_frontend
32-
volumes:
33-
- persistent_storage:/data/persistent_storage
3431
sublime_bora_lite:
3532
image: sublimesec/bora-lite:1.82
3633
restart: unless-stopped
@@ -50,7 +47,6 @@ services:
5047
DEPLOYMENT_INFRA_TYPE: "DOCKER_COMPOSE"
5148
LOG_LEVEL: "WARN"
5249
HYDRA_CLIENT_TIMEOUT_OVERRIDE_SEC: 30
53-
PERSISTENT_STORAGE: /data/persistent_storage
5450
env_file: sublime.env
5551
networks:
5652
- net
@@ -59,8 +55,6 @@ services:
5955
- sublime_redis
6056
- sublime_strelka_backend
6157
- sublime_strelka_frontend
62-
volumes:
63-
- persistent_storage:/data/persistent_storage
6458
sublime_postgres:
6559
image: postgres:13.2
6660
command: -c 'max_connections=200'

0 commit comments

Comments
 (0)