Skip to content

Commit

Permalink
chore: add docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Sep 30, 2023
1 parent db9c23f commit 98159f8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions Librarian.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
LICENSE.md = LICENSE.md
README.md = README.md
Dockerfile = Dockerfile
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Global
Expand Down
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: '3.9'
services:
librarian:
container_name: Librarian
pull_policy: build
build: https://github.com/BrackeysBot/Librarian.git#main
volumes:
- type: bind
source: /var/log/brackeysbot/librarian
target: /app/logs
restart: always
environment:
- DISCORD_TOKEN=${DISCORD_TOKEN}

0 comments on commit 98159f8

Please sign in to comment.