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