Standardize the DNS setup.
This commit is contained in:
@@ -19,8 +19,5 @@ services:
|
|||||||
mode: global
|
mode: global
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: '0.50'
|
cpus: $CPU
|
||||||
memory: 512M
|
memory: $MEM
|
||||||
reservations:
|
|
||||||
cpus: '0.25'
|
|
||||||
memory: 128M
|
|
||||||
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