From 3044aefc9f7442bce44fb3e118006153fd292535 Mon Sep 17 00:00:00 2001 From: Aleks-Daniel Jakimenko-Aleksejev Date: Mon, 6 Nov 2023 03:33:19 +0200 Subject: [PATCH] Slap debug: on bots that keep rejoining MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is just to debug the problem… hopefully this will give me some clues. --- compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index 8b63c04..9325ab9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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 @@ -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 @@ -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