little update.

This commit is contained in:
saces 2026-01-31 08:13:53 +01:00
parent 4d60e5918d
commit 260386bcac
28 changed files with 1070 additions and 50 deletions

View file

@ -3,6 +3,21 @@ services:
build:
context: .
dockerfile: Containerfile.debian
target: develop
working_dir: /smal
volumes:
- ./smal:/smal:ro
- ./work:/work
demobot:
build:
context: .
dockerfile: Containerfile.debian
target: demobot
command: demobot
volumes:
- demobot_data:/demobot
restart: unless-stopped
volumes:
demobot_data: