Standardize the DNS setup.
This commit is contained in:
@@ -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
12
Config/DNS/example.env
Normal 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
|
||||
Reference in New Issue
Block a user