mirror of
https://github.com/10h30/sinric-n8n-bridge.git
synced 2026-05-12 15:21:23 +09:00
Initialize sinric-n8n-bridge with Docker setup, environment configuration, and core functionality
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
sinric-bridge:
|
||||
build: .
|
||||
container_name: sinric-bridge
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
Reference in New Issue
Block a user