Skip to content

Commit

Permalink
Add new qai
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Jul 25, 2022
1 parent acf38fa commit 11cc6b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.template/extra/qai/qai.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DISCORD_TOKEN=banana
DISCORD_CLIENT_SECRET=
FAF_CLIENT_SECRET=banana
9 changes: 9 additions & 0 deletions faf-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,15 @@ services:
- "traefik.http.routers.faf-voting.middlewares=test-compress@file"
- "traefik.http.services.faf-voting.loadbalancer.server.port=3000"

#
# QAI & Dostya combined
#
qai:
image: faforever/faf-qai:main
restart: unless-stopped
env_file: ./config/extra/qai/qai.env
volumes:
- ./data/qai/Database:/app/Database

networks:
faf-extra:
Expand Down

0 comments on commit 11cc6b3

Please sign in to comment.