Skip to content

Commit afcf475

Browse files
author
Marius Benthin
committed
feat: split volumes
1 parent f202149 commit afcf475

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ services:
3131
# Optional: additional THOR arguments (e.g. "--remote-log splunk.intern:514:DEFAULT:TCP")
3232
# THOR_ARGS: ""
3333
volumes:
34-
# Persist Thor binaries and signatures across restarts
34+
# Persist Thor binaries and other artifacts across restarts
3535
- 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
3640
deploy:
3741
replicas: 1
3842
update_config:
@@ -42,3 +46,7 @@ services:
4246

4347
volumes:
4448
thor-data:
49+
thor-config:
50+
thor-plugins:
51+
thor-signatures:
52+
custom-signatures:

0 commit comments

Comments
 (0)