aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
blob: 9495faffaaf303873f6da75a1c6aea1e80c30faa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version: "3.8"
services:
  hived:
    image: hived
    build:
      context: ./
    secrets:
      - tg_bot_token
      - ch_api_key
    networks:
      - hivednet
    restart: unless-stopped
    ports:
      - "8008:8008"
networks:
  hivednet:
secrets:
  tg_bot_token:
    file: ./tgtoken.json
  ch_api_key:
    file: ./changelly_api_key.json