pygomx/compose.yaml

24 lines
406 B
YAML
Raw Normal View History

2026-01-12 17:39:34 +01:00
services:
dev:
build:
context: .
dockerfile: Containerfile.debian
2026-01-31 08:13:53 +01:00
target: develop
2026-01-12 17:39:34 +01:00
working_dir: /smal
volumes:
- ./smal:/smal:ro
2026-01-31 08:13:53 +01:00
- ./work:/work
demobot:
build:
context: .
dockerfile: Containerfile.debian
target: demobot
command: demobot
volumes:
- demobot_data:/demobot
restart: unless-stopped
volumes:
demobot_data: