nginx and docker configuration files to serve Author Tools.
- Copy
at.env.example
toat.env
. - Update host port and datatracker API key on
at.env
. - Run the following command:
docker-compose --env-file at.env up -d
The following command will get the latest ietf-at and ietf-at-ui images and rebuild the service.
docker pull nginx:latest
docker pull ghcr.io/ietf-tools/ietf-at:latest
docker pull ghcr.io/ietf-tools/ietf-at-ui:latest
docker-compose --env-file at.env up --force-recreate --build -d