mirror of
https://github.com/ct-Open-Source/tuya-convert.git
synced 2026-02-19 17:31:27 +01:00
13 lines
242 B
YAML
13 lines
242 B
YAML
version: '3'
|
|
services:
|
|
tuya:
|
|
build: .
|
|
privileged: true
|
|
network_mode: "host"
|
|
environment:
|
|
WLAN: ${WLAN}
|
|
AP: ${AP}
|
|
GATEWAY: ${GATEWAY}
|
|
volumes:
|
|
- $LOCALBACKUPDIR:/usr/bin/tuya-convert/backups
|