Migrating from legacy "Repeater" to new Private Locations¶
The main difference between the old escapetech/repeater
image and the new escapetech/cli
image is that you don't need to manually create the repeater on the Escape platform and copy-paste its ID.
If you're using the legacy escapetech/repeater
image, follow these steps to migrate to the new CLI-based approach:
- Retrieve your API key from your profile page
- Update your configuration:
- Remove the
ESCAPE_REPEATER_ID
environment variable - Add the
ESCAPE_API_KEY
environment variable - Update the startup command to
locations start -v location-name
wherelocation-name
is your desired location name
- Remove the
- Switch from the
escapetech/repeater
image to theescapetech/cli:latest
image