Compare commits

..

1 Commits

Author SHA1 Message Date
orianelou
92885cf2cd Update docker-compose.yaml 2024-08-20 14:42:37 +03:00

View File

@@ -1,7 +1,7 @@
services:
swag-attachment:
image: ghcr.io/openappsec/swag-attachment:latest
ipc: service:appsec-agent
ipc: host
restart: unless-stopped
container_name: swag-attachment
cap_add:
@@ -26,7 +26,8 @@ services:
appsec-agent:
container_name: appsec-agent
image: ghcr.io/openappsec/agent:latest
ipc: shareable
network_mode: service:swag-attachment
ipc: host
restart: unless-stopped
environment:
- user_email=user@email.com # adjust with your own email
@@ -38,6 +39,7 @@ 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