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