Skip to content

Commit

Permalink
Slap debug: on bots that keep rejoining
Browse files Browse the repository at this point in the history
This is just to debug the problem… hopefully this will give me some
clues.
  • Loading branch information
AlexDaniel committed Nov 6, 2023
1 parent b7fb536 commit 3044aef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ services:

unicodable:
image: postmodern.alexdaniel.org/whateverable:latest
command: ake start:unicodable
command: ake debug:unicodable
volumes:
- /home/whateverable/data/rakudo-moar:/srv/data/rakudo-moar:ro
- /home/whateverable/data/moarvm:/srv/data/moarvm:ro
Expand Down Expand Up @@ -178,7 +178,7 @@ services:

coverable:
image: postmodern.alexdaniel.org/whateverable:latest
command: ake start:coverable
command: ake debug:coverable
volumes:
- /home/whateverable/data/rakudo-moar:/srv/data/rakudo-moar:ro
- /home/whateverable/data/moarvm:/srv/data/moarvm:ro
Expand Down Expand Up @@ -275,7 +275,7 @@ services:

shareable:
image: postmodern.alexdaniel.org/whateverable:latest
command: ake start:shareable
command: ake debug:shareable
volumes:
- /home/whateverable/data/rakudo-moar:/srv/data/rakudo-moar:ro
- /home/whateverable/data/moarvm:/srv/data/moarvm:ro
Expand Down

0 comments on commit 3044aef

Please sign in to comment.