mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Common Module - Fix Permissions
This commit is contained in:
@@ -173,6 +173,7 @@ so-influxdb:
|
|||||||
docker_container.running:
|
docker_container.running:
|
||||||
- image: soshybridhunter/so-influxdb:HH1.0.4
|
- image: soshybridhunter/so-influxdb:HH1.0.4
|
||||||
- hostname: influxdb
|
- hostname: influxdb
|
||||||
|
- user: socore
|
||||||
- binds:
|
- binds:
|
||||||
- /opt/so/conf/influxdb/etc/influxdb.conf:/etc/influxdb/influxdb.conf:ro
|
- /opt/so/conf/influxdb/etc/influxdb.conf:/etc/influxdb/influxdb.conf:ro
|
||||||
- /nsm/influxdb:/var/lib/influxdb:rw
|
- /nsm/influxdb:/var/lib/influxdb:rw
|
||||||
@@ -185,6 +186,8 @@ so-influxdb:
|
|||||||
grafanadir:
|
grafanadir:
|
||||||
file.directory:
|
file.directory:
|
||||||
- name: /nsm/grafana
|
- name: /nsm/grafana
|
||||||
|
- user: 939
|
||||||
|
- group: 939
|
||||||
- makedirs: True
|
- makedirs: True
|
||||||
|
|
||||||
# Install the docker. This needs to be behind nginx at some point
|
# Install the docker. This needs to be behind nginx at some point
|
||||||
@@ -192,6 +195,7 @@ so-grafana:
|
|||||||
docker_container.running:
|
docker_container.running:
|
||||||
- image: soshybridhunter/so-grafana:HH1.0.4
|
- image: soshybridhunter/so-grafana:HH1.0.4
|
||||||
- hostname: grafana
|
- hostname: grafana
|
||||||
|
- user: socore
|
||||||
- binds:
|
- binds:
|
||||||
- /nsm/grafana:/var/lib/grafana:rw
|
- /nsm/grafana:/var/lib/grafana:rw
|
||||||
- environment:
|
- environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user