Standardize the DNS setup.

This commit is contained in:
2025-10-30 07:48:36 -07:00
parent ffabb62f94
commit 7dd2ef5e75
2 changed files with 14 additions and 5 deletions

View File

@@ -19,8 +19,5 @@ services:
mode: global
resources:
limits:
cpus: '0.50'
memory: 512M
reservations:
cpus: '0.25'
memory: 128M
cpus: $CPU
memory: $MEM

12
Config/DNS/example.env Normal file
View File

@@ -0,0 +1,12 @@
# This file will need copied as `.env`.
## Docker ##
CMPOSE_BAKE=true
## Performance ##
# Standard Server
CPU=0.50
MEM=0.50G