Skip to content

Commit

Permalink
Merge pull request #116 from MiSchroe:MiSchroe/issue114
Browse files Browse the repository at this point in the history
ioBroker-Docker Compose added
  • Loading branch information
MiSchroe authored Oct 16, 2023
2 parents 678a5a4 + 2f8d488 commit 57a10ef
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ tsconfig.*.json
.eslintrc.json
.eslintrc.js

# Docker test containers
compose.yaml

# Sourcemaps
maps/

Expand Down
13 changes: 13 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
services:
iobroker:
restart: always
image: buanet/iobroker:latest-v8
container_name: iobroker
hostname: iobroker
ports:
- "8081:8081"
volumes:
- iobrokerdata:/opt/iobroker

volumes:
iobrokerdata:

0 comments on commit 57a10ef

Please sign in to comment.