Bring in all the sites/services from other repositories:
./install.sh
Install docker - see instructions for Ubuntu 20.04.
For each service, build from the Dockerfile in its top-level directory. Note the tag name is important since it is used by the docker-compose file to specify which containers to run.
cd auv-hub
docker build --tag auv-hub .
cd auv-wiki
docker build --tag auv-wiki .
cd rev-proxy
docker build --tag auv-rev-proxy .
You can check that the all images were built:
docker image ls
In the auv-site
directory run:
docker-compose up