Welcome to the F5 BIG-IP Migration Assistant - Now the F5 Journeys App
The older F5 BIG-IP Migration Assistant is deprecated and is replaced by F5 Journeys.
Welcome to the F5 Journeys App - BIG-IP Upgrade and Migration Utility
F5 Journeys App Readme @ Github
What ...
Updated Jun 06, 2023
Version 3.0Chase_Abbott
Employee
Joined September 17, 2008
Nikoolayy1
Jan 18, 2023MVP
If you modify docker compose file a little you can have the VM to expose the public ip address to connect to it.
In the docker compose file:
- DB_IP=${DB_IP}
command:
runserver
ports:
- "${DB_IP}:${JOURNEYS_PORT}:443"
And In the .env file add:
DB_IP=x.x.x.x
If the docker compose ip just redeploy:
docker compose down
docker compose up -d