Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wykerd committed Jul 4, 2020
1 parent f83296e commit 0afc5fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ services:
build: .
restart: unless-stopped
environment:
API_KEY: 32f3abee-4229-47f8-a72c-64c17e52d14c
DISCORD_KEY: NTE4NDcyMjM2NjQyOTkyMTI4.XuYecw.k7a38pMvHrLMsAjrPt_hc-6G16s
API_KEY: YOUR HYPIXEL API KEY
DISCORD_KEY: YOUR DISCORD BOT TOKEN
API_ENDPOINT: https://api.hypixel.net/skyblock/bazaar
DATA_DIR: /data
volumes:
- ./data:/data
networks:
- outside
- backend
ports:
- 80:80

mongo:
image: mongo
Expand Down

0 comments on commit 0afc5fd

Please sign in to comment.