Skip to content

Commit

Permalink
Merge pull request #129 from Mirasaki/mirasaki
Browse files Browse the repository at this point in the history
Mirasaki
  • Loading branch information
Mirasaki committed Apr 17, 2024
2 parents b8aeddd + 9019745 commit af282a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -152,8 +152,8 @@ The quickest and easiest way to host/use this bot is by deploying it inside of a
3. Rename `/.env.example` to `.env` and provide your environmental variables
- Windows users often experience issues with this file, if you're getting errors that the env file can't be found, or `Expected path argument to be of type string` - check out [this timestamped video](https://youtu.be/6rOCUZ8opLM?t=42)
4. (optional) Rename `/config.example.js` to `config.js` and provide your bot configuration
5. Build the project: `docker build --tag my-mirasaki-music-bot .`
6. Start the bot: `docker run -it --env-file .env --name my-mirasaki-music-bot`
5. Build the project: `docker build --tag mirasaki-music-bot .`
6. Start the bot: `docker run -it --env-file .env --name my-mirasaki-music-bot mirasaki-music-bot`

### Run as a plain NodeJS app

Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Expand Up @@ -10,4 +10,6 @@ services:
environment:
- NODE_ENV=production
volumes:
- ./config.js:/app/config.js
- ./config.js:/app/config.js
- ./mirasaki-music-bot.db:/app/mirasaki-music-bot.db
- ./mirasaki-music-bot.db~:/app/mirasaki-music-bot.db~

0 comments on commit af282a3

Please sign in to comment.