Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.8'

# Shared configuration for all environments
x-base-config: &base-config
Expand All @@ -24,7 +23,6 @@ x-base-config: &base-config
- ALL
security_opt:
- no-new-privileges:true
pids_limit: 512
# Read-only root filesystem; only these paths are writable (tmpfs).
read_only: true
tmpfs:
Expand All @@ -39,6 +37,7 @@ x-base-config: &base-config
resources:
limits:
memory: 4G
pids: 512
reservations:
memory: 1G
restart: unless-stopped
Expand Down