Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
gomodules
/
hichip2mqtt
/
88e622d4ce617810e73bb4ce3ad796671607b79b
/
.
/
cmd
/
hichipbridge
/
docker-compose.yml
blob: 92e89132f732ec82260a63280dd65f7803a324e5 [
file
] [
log
] [
blame
]
version:
"3.9"
services:
bridge:
image:
"hichipbridge:latest"
ports:
-
"8881:25"
env_file:
.env
volumes:
-
./config.json
:
/config.json
:
ro
restart:
unless
-
stopped