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