Skip to content

Commit

Permalink
Add docker-compose file for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeydan committed Dec 1, 2023
1 parent 0058f91 commit 0161ef1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: "3.7"

services:
bot:
build:
context: .
dockerfile: Dockerfile
image: kmibot
restart: always
volumes:
- type: bind
source: ./config.toml
target: /config.toml
read_only: true

0 comments on commit 0161ef1

Please sign in to comment.