Update docker-compose.yaml

This commit is contained in:
orianelou 2025-06-23 12:39:50 +03:00 committed by GitHub
parent 6d649cf5d5
commit d04ea7d3e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ services:
appsec-agent:
image: ghcr.io/openappsec/agent:${APPSEC_VERSION}
container_name: appsec-agent
ipc: shareable
ipc: host
restart: unless-stopped
environment:
- SHARED_STORAGE_HOST=appsec-shared-storage
@ -43,7 +43,7 @@ services:
appsec-nginx-proxy-manager:
container_name: appsec-nginx-proxy-manager
image: ghcr.io/openappsec/nginx-proxy-manager-centrally-managed-attachment:${APPSEC_VERSION}
ipc: service:appsec-agent
ipc: host
restart: unless-stopped
ports:
- 80:80 # Public HTTP Port
@ -69,7 +69,7 @@ services:
- standalone
image: ghcr.io/openappsec/smartsync-shared-files:${APPSEC_VERSION}
container_name: appsec-shared-storage
ipc: service:appsec-agent
ipc: host
restart: unless-stopped
## if you do not want to run this container as "root" user you can comment it out and instead run the below command after the deployment
## docker exec -u root appsec-shared-storage chown -R appuser:appuser /db