Skip to content

Commit

Permalink
Add docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
DocSystem committed Sep 2, 2023
1 parent 4200135 commit 9907477
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '3.7'

services:
bot:
container_name: efrei-craft-bot
image: ghcr.io/efrei-craft/efrei-craft-bot:main
restart: always
environment:
TOKEN: ${TOKEN}
APPID: ${APPID}
ANIMUS_BASE_URL: "https://api.efreicraft.fr/"
ANIMUS_API_KEY: ${ANIMUS_API_KEY}

0 comments on commit 9907477

Please sign in to comment.