Special Proxmox considerations - Islandora-Devops/isle-dc GitHub Wiki

Add a domain name in the .env file DOMAIN=islandora.traefik.me

make -B docker-compose.yml
make build
make up

Link the public DNS entry with the local IP address of the VM. This can be done by editing the "/etc/host" on most machines.

  1. Open terminal.
  2. Use the nano command line text editor or a different one you have available to open the hosts file. The command with nano is as follows (the command will require your Linux user password)
  3. sudo nano /etc/hosts
  4. Add the appropriate changes in the hosts file.

Example: 127.0.0.1 islandora.traefik.me Use the Control and 'x' key combination to save the changes.

Original Content came from this Google Discussion: ISLE on Proxmox VM