https://github.com/ietf-tools/ietf-at-proxy
nginx and docker configuration files to serve Author Tools.
https://github.com/ietf-tools/ietf-at-proxy
Last synced: 5 months ago
JSON representation
nginx and docker configuration files to serve Author Tools.
- Host: GitHub
- URL: https://github.com/ietf-tools/ietf-at-proxy
- Owner: ietf-tools
- License: other
- Created: 2021-09-13T05:29:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T11:16:46.000Z (over 1 year ago)
- Last Synced: 2024-01-11T18:06:26.403Z (over 1 year ago)
- Language: Dockerfile
- Homepage: https://author-tools.ietf.org
- Size: 37.1 KB
- Stars: 4
- Watchers: 4
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ietf-at-proxy
**Archived:** This project is now part of [IETF Author Tools](https://github.com/ietf-tools/ietf-at) repository.
nginx and docker configuration files to serve
[Author Tools](https://author-tools.ietf.org/).## 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
```