19 lines
436 B
YAML
19 lines
436 B
YAML
services:
|
|
aotbot:
|
|
build: .
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
#
|
|
AOT_CPU_LIMIT: 0
|
|
# uncomment if you want to volume mount AgeOfTime
|
|
# volumes:
|
|
# - '/path/on/host/AgeOfTime:/root/prefix32/drive_c/Program Files (x86)/AgeOfTime'
|
|
deploy:
|
|
# resources:
|
|
# limits:
|
|
# cpus: '0.50'
|
|
# memory: 512M
|
|
# reservations:
|
|
# cpus: '0.25'
|
|
# memory: 512M |