We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f202149 commit afcf475Copy full SHA for afcf475
1 file changed
docker-compose.yml
@@ -31,8 +31,12 @@ services:
31
# Optional: additional THOR arguments (e.g. "--remote-log splunk.intern:514:DEFAULT:TCP")
32
# THOR_ARGS: ""
33
volumes:
34
- # Persist Thor binaries and signatures across restarts
+ # Persist Thor binaries and other artifacts across restarts
35
- thor-data:/opt/nextron/thunderstorm
36
+ - thor-config:/opt/nextron/thunderstorm/config
37
+ - thor-plugins:/opt/nextron/thunderstorm/plugins
38
+ - thor-signatures:/opt/nextron/thunderstorm/signatures
39
+ - custom-signatures:/opt/nextron/thunderstorm/custom-signatures
40
deploy:
41
replicas: 1
42
update_config:
@@ -42,3 +46,7 @@ services:
46
43
47
44
48
thor-data:
49
+ thor-config:
50
+ thor-plugins:
51
+ thor-signatures:
52
+ custom-signatures:
0 commit comments