Skip to content

Commit

Permalink
Structure docker-compose ready for portainer
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Feb 23, 2023
1 parent d9c1256 commit ca94b28
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ version: '3.9'
services:
pencil:
container_name: Pencil
build: .
pull_policy: build
build: https://github.com/BrackeysBot/Pencil.git#main
volumes:
- type: bind
source: ./logs
source: /var/log/brackeysbot/pencil
target: /app/logs
- type: bind
source: ./data
source: /etc/brackeysbot/pencil
target: /app/data
restart: always
env_file:
- .env
environment:
- DISCORD_TOKEN=${DISCORD_TOKEN}

0 comments on commit ca94b28

Please sign in to comment.