Update dev compose yaml

This commit is contained in:
Matthew Esposito 2024-02-12 13:37:11 -05:00
parent f507fcfcf8
commit b7778d5f95
No known key found for this signature in database

View File

@ -2,17 +2,17 @@
version: "3.8"
services:
web:
redlib:
build: .
restart: always
container_name: "redlib"
ports:
- 8080:8080
- 8080:8080 # Specify `127.0.0.1:8080:8080` instead if using a reverse proxy
user: nobody
read_only: true
security_opt:
- no-new-privileges:true
- seccomp="seccomp-redlib.json"
- seccomp=seccomp-redlib.json
cap_drop:
- ALL
networks: