Initial commit
This commit is contained in:
10
docker-compose.yml
Executable file
10
docker-compose.yml
Executable file
@@ -0,0 +1,10 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
container_name: froling_modbus2mqtt
|
||||
build: .
|
||||
volumes:
|
||||
- ./src:/usr/src/app
|
||||
- ./config:/usr/src/app/config
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user