Compare commits

..

1 Commits

Author SHA1 Message Date
orianelou
161b6dd180 Update docker-compose.yaml 2024-08-20 14:50:01 +03:00

View File

@@ -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