diff --git a/mixed/compose.yml b/mixed/compose.yml index f389b34..64e4c4b 100755 --- a/mixed/compose.yml +++ b/mixed/compose.yml @@ -11,9 +11,9 @@ services: REPLICA1_URL: http://192.168.1.3:80 REPLICA1_USERNAME: akanealw REPLICA1_PASSWORD: Aehaigoothohshoh1aab - # REPLICA2_URL: "http://192.168.1.4:3000" - # REPLICA2_USERNAME: "akanealw" - # REPLICA2_PASSWORD: "Aehaigoothohshoh1aab" + REPLICA2_URL: "http://192.168.1.1:3000" + REPLICA2_USERNAME: "akanealw" + REPLICA2_PASSWORD: "Aehaigoothohshoh1aab" CRON: "*/30 * * * *" RUN_ON_START: true CONTINUE_ON_ERROR: true