This commit is contained in:
2024-07-29 20:09:41 +02:00
parent 4f45f1c98a
commit 39b10958d5
7 changed files with 53 additions and 24 deletions

View File

@@ -247,6 +247,31 @@ services:
cpus: '0.5'
memory: 512M
# dabo-test:
# build:
# context: .
# dockerfile: Dockerfile
# restart: no
# user: 10000:10000
# volumes:
# - ./dabo:/dabo:ro
# - ./strategies:/dabo/strategies:ro
# - ./dabo-bot.conf:/dabo/dabo-bot.override.conf
## - ./watch-assets.csv:/dabo/watch-assets.csv
# - ./data:/dabo/htdocs:rw
# - ./home:/dabo/home:rw
# - /usr/local/bin/notify.sh:/usr/local/bin/notify.sh:ro
# - /usr/local/etc/notify.conf:/usr/local/etc/notify.conf:ro
# - /etc/localtime:/etc/localtime:ro
# entrypoint: /dabo/test.sh
# cpu_shares: 128
# deploy:
# resources:
# limits:
# cpus: '0.5'
# memory: 512M
dabo-webpage:
build:
context: .