mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-16 17:31:52 +03:00
Compare commits
1 Commits
orianelou-
...
orianelou-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
161b6dd180 |
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
swag-attachment:
|
swag-attachment:
|
||||||
image: ghcr.io/openappsec/swag-attachment:latest
|
image: ghcr.io/openappsec/swag-attachment:latest
|
||||||
ipc: host
|
ipc: service:appsec-agent
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: swag-attachment
|
container_name: swag-attachment
|
||||||
cap_add:
|
cap_add:
|
||||||
@@ -26,8 +26,7 @@ services:
|
|||||||
appsec-agent:
|
appsec-agent:
|
||||||
container_name: appsec-agent
|
container_name: appsec-agent
|
||||||
image: ghcr.io/openappsec/agent:latest
|
image: ghcr.io/openappsec/agent:latest
|
||||||
network_mode: service:swag-attachment
|
ipc: shareable
|
||||||
ipc: host
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- user_email=user@email.com # adjust with your own email
|
- user_email=user@email.com # adjust with your own email
|
||||||
@@ -39,7 +38,6 @@ services:
|
|||||||
## create your WebUI profile at https://my.openappsec.io,
|
## create your WebUI profile at https://my.openappsec.io,
|
||||||
## enforce policy, copy the profile token from WebUI and add it below
|
## enforce policy, copy the profile token from WebUI and add it below
|
||||||
- AGENT_TOKEN=
|
- AGENT_TOKEN=
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./appsec-config:/etc/cp/conf
|
- ./appsec-config:/etc/cp/conf
|
||||||
- ./appsec-data:/etc/cp/data
|
- ./appsec-data:/etc/cp/data
|
||||||
|
|||||||
Reference in New Issue
Block a user