Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

ietf-tools/ietf-at-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ietf-at-proxy

Archived: This project is now part of IETF Author Tools repository.

nginx and docker configuration files to serve Author Tools.

How to deploy

  • Copy at.env.example to at.env.
  • Update host port and datatracker API key on at.env.
  • Run the following command:
docker-compose --env-file at.env up -d

Update running server

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

About

nginx and docker configuration files to serve Author Tools.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks