Skip to content

Commit

Permalink
chore(ci): Create docker-compose.yaml (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKobayashi authored Dec 9, 2024
1 parent df3ec6c commit f772fec
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions growatt-ev/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: growatt-ev

services:
## growatt-ev ##
growatt-ev:
build:
context: .
dockerfile: Dockerfile
container_name: growatt-ev
networks:
- growatt-ev
restart: unless-stopped
networks:
growatt-ev:
name: growatt-ev
driver: bridge
enable_ipv6: true
ipam:
config:
- subnet: 10.12.0.0/24
- subnet: fdea:420:cafe::/64

0 comments on commit f772fec

Please sign in to comment.