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_IDenvironment variable - Add the
ESCAPE_API_KEYenvironment variable - Update the startup command to
locations start -v location-namewherelocation-nameis your desired location name
- Remove the
- Switch from the
escapetech/repeaterimage to theescapetech/cli:latestimage