From ee915de0eb0e8c39a710ec33a16c0ddb78e4555a Mon Sep 17 00:00:00 2001 From: Obsidian <123307773+LightZirconite@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:57:29 +0100 Subject: [PATCH] Rename container and update volume paths --- compose.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/compose.yaml b/compose.yaml index dbaa595..86e9954 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,15 +1,14 @@ services: microsoft-rewards-script: build: . - container_name: microsoft-rewards-script + container_name: microsoft-rewards-bot restart: unless-stopped # Volume mounts: Specify a location where you want to save the files on your local machine. volumes: - - ./src/accounts.jsonc:/usr/src/microsoft-rewards-script/dist/accounts.jsonc:ro - - ./src/config.jsonc:/usr/src/microsoft-rewards-script/dist/config.jsonc:ro - - ./sessions:/usr/src/microsoft-rewards-script/sessions # Optional, saves your login session - - ./reports:/usr/src/microsoft-rewards-script/reports # Optional, saves run reports + - ./src/accounts.jsonc:/usr/src/microsoft-rewards-bot/dist/accounts.jsonc:ro + - ./src/config.jsonc:/usr/src/microsoft-rewards-bot/dist/config.jsonc:ro + - ./sessions:/usr/src/microsoft-rewards-bot/dist/browser/sessions # Optional, saves your login session environment: TZ: "America/Toronto" # Set your timezone for proper scheduling @@ -40,4 +39,4 @@ services: # Security hardening security_opt: - - no-new-privileges:true \ No newline at end of file + - no-new-privileges:true