mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-02-01 19:19:03 +02:00
moving files and testing new iob executable
This commit is contained in:
15
debian12/test_stack.yml
Normal file
15
debian12/test_stack.yml
Normal 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
|
||||
Reference in New Issue
Block a user