diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index bc5adb55d..e14065734 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -1297,14 +1297,14 @@ services: condition: service_healthy environment: NODE_ENV: production - PORT: 5026 + PORT: 5031 PUBLIC_MANA_CORE_AUTH_URL: http://mana-auth:3001 PUBLIC_MANA_CORE_AUTH_URL_CLIENT: https://auth.mana.how PUBLIC_SYNC_SERVER_URL: ws://mana-sync:3010 ports: - - "5026:5026" + - "5031:5031" healthcheck: - test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:5026/health"] + test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:5031/health"] interval: 180s timeout: 10s retries: 3