Skip to content

nginx and docker configuration files to serve Author Tools.

License

Notifications You must be signed in to change notification settings

Gabriel3093/ietf-at-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ietf-at-proxy

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

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%