Skip to content

Commit

Permalink
update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Dec 25, 2023
1 parent 149028d commit 125e5d0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
15 changes: 15 additions & 0 deletions compose-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3'
services:
ha-fusion:
container_name: ha-fusion
build: .
volumes:
- ~/Developer/ha-fusion/data:/app/data
network_mode: bridge
ports:
- 5050:5050
environment:
TZ: Europe/Stockholm
HASS_URL: http://192.168.1.241:8123
restart: always
# cd ~/Developer/ha-fusion && docker-compose up -d --build ha-fusion
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ version: '3'
services:
ha-fusion:
container_name: ha-fusion
build: .
image: ghcr.io/matt8707/ha-fusion
volumes:
- ~/Developer/ha-fusion/data:/app/data
- /path/to/ha-fusion:/app/data
network_mode: bridge
ports:
- 5050:5050
environment:
TZ: Europe/Stockholm
HASS_URL: http://192.168.1.241:8123
restart: always
# cd ~/Developer/ha-fusion && docker-compose up -d --build ha-fusion

0 comments on commit 125e5d0

Please sign in to comment.