File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ services:
20
20
DEPLOYMENT_INFRA_TYPE : " DOCKER_COMPOSE"
21
21
LOG_LEVEL : " WARN"
22
22
HYDRA_CLIENT_TIMEOUT_OVERRIDE_SEC : 30
23
+ PERSISTENT_STORAGE : /data/persistent_storage
23
24
env_file : sublime.env
24
25
ports :
25
26
- " 0.0.0.0:8000:8000"
@@ -29,6 +30,8 @@ services:
29
30
- sublime_postgres
30
31
- sublime_strelka_backend
31
32
- sublime_strelka_frontend
33
+ volumes :
34
+ - persistent_storage:/data/persistent_storage
32
35
sublime_bora_lite :
33
36
image : sublimesec/bora-lite:1.45
34
37
restart : unless-stopped
@@ -47,6 +50,7 @@ services:
47
50
DEPLOYMENT_INFRA_TYPE : " DOCKER_COMPOSE"
48
51
LOG_LEVEL : " WARN"
49
52
HYDRA_CLIENT_TIMEOUT_OVERRIDE_SEC : 30
53
+ PERSISTENT_STORAGE : /data/persistent_storage
50
54
env_file : sublime.env
51
55
networks :
52
56
- net
@@ -55,6 +59,8 @@ services:
55
59
- sublime_redis
56
60
- sublime_strelka_backend
57
61
- sublime_strelka_frontend
62
+ volumes :
63
+ - persistent_storage:/data/persistent_storage
58
64
sublime_postgres :
59
65
image : postgres:13.2
60
66
command : -c 'max_connections=200'
@@ -232,3 +238,4 @@ volumes:
232
238
postgres :
233
239
logs :
234
240
s3_data :
241
+ persistent_storage :
You can’t perform that action at this time.
0 commit comments