Combine example files into one by moving resources to an env file.
This commit is contained in:
19
Config/ReverseProxy/example.env
Normal file
19
Config/ReverseProxy/example.env
Normal file
@@ -0,0 +1,19 @@
|
||||
# This file will need copied as `.env` and adjusted as necessary.
|
||||
|
||||
## Docker ##
|
||||
|
||||
COMPOSE_BAKE=true
|
||||
|
||||
## Performance ##
|
||||
|
||||
# Micro Server
|
||||
CPU=0.20
|
||||
MEM=0.10G
|
||||
CPU_LE=0.10
|
||||
MEM_LE=0.05G
|
||||
|
||||
# Capable Server
|
||||
#CPU=1.00
|
||||
#MEM=0.50G
|
||||
#CPU_LE=0.50
|
||||
#MEM_LE=0.25G
|
||||
Reference in New Issue
Block a user