little update.
This commit is contained in:
parent
4d60e5918d
commit
260386bcac
28 changed files with 1070 additions and 50 deletions
15
compose.yaml
15
compose.yaml
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue