blob: 8ac47b43752a83acbde1e22f1e0c1e0adfc2958c (
plain) (
tree)
|
|
version: "3.8"
services:
hived:
image: hived
build:
context: ./
secrets:
- tg_bot_token
networks:
- hivednet
restart: unless-stopped
ports:
- "8008:8008"
networks:
hivednet:
secrets:
tg_bot_token:
file: ./tgtoken.json
|