mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add volume binding to so-auth-api
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
so-auth-api-dir:
|
||||||
|
file.directory:
|
||||||
|
- name: /opt/so/conf/auth/api
|
||||||
|
- user: 939
|
||||||
|
- group: 939
|
||||||
|
- makedirs: True
|
||||||
|
|
||||||
so-auth-api-image:
|
so-auth-api-image:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-auth-api:HH1.1.3
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-auth-api:HH1.1.3
|
||||||
@@ -15,6 +22,8 @@ so-auth-api:
|
|||||||
- name: so-auth-api
|
- name: so-auth-api
|
||||||
- environment:
|
- environment:
|
||||||
- BASE_PATH: "/so-auth/api"
|
- BASE_PATH: "/so-auth/api"
|
||||||
|
- binds:
|
||||||
|
- /opt/so/conf/auth/api:/data
|
||||||
- port_bindings:
|
- port_bindings:
|
||||||
- 0.0.0.0:5656:5656
|
- 0.0.0.0:5656:5656
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user