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" version: "3.8"
services: services:
web: redlib:
build: . build: .
restart: always restart: always
container_name: "redlib" container_name: "redlib"
ports: ports:
- 8080:8080 - 8080:8080 # Specify `127.0.0.1:8080:8080` instead if using a reverse proxy
user: nobody user: nobody
read_only: true read_only: true
security_opt: security_opt:
- no-new-privileges:true - no-new-privileges:true
- seccomp="seccomp-redlib.json" - seccomp=seccomp-redlib.json
cap_drop: cap_drop:
- ALL - ALL
networks: networks: