20 lines
244 B
Bash
20 lines
244 B
Bash
# This file will need copied as `.env` and adjusted as necessary.
|
|
|
|
## Docker ##
|
|
|
|
COMPOSE_BAKE=true
|
|
|
|
## Performance ##
|
|
|
|
# Micro Server
|
|
CPU=0.10
|
|
MEM=0.10G
|
|
CPU_LE=0.05
|
|
MEM_LE=0.05G
|
|
|
|
# Capable Server
|
|
#CPU=0.50
|
|
#MEM=0.50G
|
|
#CPU_LE=0.25
|
|
#MEM_LE=0.25G
|