Setup Onyx on Azure
Crate
option in the Virtual machine
section.www.<YOUR_DOMAIN>
and ensure that this also takes the user to your VM instance.
git
, docker
, and docker compose
. For Ubuntu Server, this can be done with the following:
.env
file, you can copy past the following (filling in the missing fields as needed):
.env.nginx
file, put the following:
docker-compose -f docker-compose.dev.yml -p onyx-stack up -d --build --force-recreate
instead of the above. You can then access Onyx from the IP
address from earlier.docker logs onyx-stack-api_server-1 -f
; once you see a log for
INFO: Application startup complete.
then everything should be good to go).