Update docker-compose.yaml

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

View File

@ -22,7 +22,7 @@ services:
appsec-agent: appsec-agent:
image: ghcr.io/openappsec/agent:${APPSEC_VERSION} image: ghcr.io/openappsec/agent:${APPSEC_VERSION}
container_name: appsec-agent container_name: appsec-agent
ipc: service:appsec-nginx-proxy-manager ipc: host
network_mode: service:appsec-nginx-proxy-manager network_mode: service:appsec-nginx-proxy-manager
restart: unless-stopped restart: unless-stopped
environment: environment:
@ -44,7 +44,7 @@ services:
appsec-nginx-proxy-manager: appsec-nginx-proxy-manager:
container_name: appsec-nginx-proxy-manager container_name: appsec-nginx-proxy-manager
image: ghcr.io/openappsec/nginx-proxy-manager-attachment:${APPSEC_VERSION} image: ghcr.io/openappsec/nginx-proxy-manager-attachment:${APPSEC_VERSION}
ipc: shareable ipc: host
restart: unless-stopped restart: unless-stopped
ports: ports:
- 80:80 # Public HTTP Port - 80:80 # Public HTTP Port
@ -72,7 +72,7 @@ services:
- standalone - standalone
image: ghcr.io/openappsec/smartsync-shared-files:${APPSEC_VERSION} image: ghcr.io/openappsec/smartsync-shared-files:${APPSEC_VERSION}
container_name: appsec-shared-storage container_name: appsec-shared-storage
ipc: service:appsec-agent ipc: host
restart: unless-stopped 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 ## 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 ## docker exec -u root appsec-shared-storage chown -R appuser:appuser /db