Skip to content

Commit

Permalink
fix(docker): remove unused puppeteer service
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirasaki committed Apr 1, 2024
1 parent 7a222fc commit 2921730
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,3 @@ services:
- ./cftools-discord-bot.db:/app/cftools-discord-bot.db
env_file:
- config/.env

puppeteer:
container_name: cftools-discord-bot-puppeteer
image: buildkite/puppeteer
restart: unless-stopped
volumes:
- ./cftools-discord-bot.db:/app/cftools-discord-bot.db
env_file:
- config/.env

0 comments on commit 2921730

Please sign in to comment.