Skip to content

Commit

Permalink
Add default marvin config for docker to reduce explanation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mosbth committed Oct 4, 2024
1 parent d6d1370 commit e6e3e09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .docker/marvin/marvin_docker_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"server": "ngircd",
"port": 6667,
"channel": "#marvin",
"nick": "marvin",
"realname": "Marvin The All Mighty dbwebb-bot",
"ident": null
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
dockerfile: .docker/marvin/Dockerfile
container_name: MarvinBot
volumes:
- ./marvin_config.json:/app/marvin_config.json
- ./.docker/marvin/marvin_docker_config.json:/app/marvin_config.json
- ./incoming/:/app/incoming/
depends_on:
- ngircd
Expand Down

0 comments on commit e6e3e09

Please sign in to comment.