moving files and testing new iob executable

This commit is contained in:
buanet
2023-08-29 23:06:47 +02:00
parent 9fc074611f
commit c4e8b87bc1
13 changed files with 63 additions and 25 deletions

15
debian12/test_stack.yml Normal file
View File

@@ -0,0 +1,15 @@
version: "3"
services:
##### IOBROKER #####
iobrokertest:
container_name: iobrokertest
image: buanet/iobroker:testing
hostname: iobrokertest
restart: always
ports:
- 8081:8081
environment:
- PACKAGES=nano
- DEBUG=true
volumes:
- /home/andre/tmp/docker/iobrokertest_data:/opt/iobroker