Gravitee Docker Compose
Setting up Gravitee API Platform Using Docker Compose with Nginx Proxy and SSL
Prerequisites
Installing Docker and Docker Compose
Install Docker
sudo apt updatesudo apt install apt-transport-https ca-certificates curl software-properties-commoncurl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpgecho "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
Install Docker Compose
Setting Up Gravitee API Management Platform
Access Gravitee Services
Setting Up Nginx and Certbot for SSL
Install Certbot and Nginx
Configure Nginx for Gravitee Services
Add Domains to DNS Record
Obtain SSL Certificates
Updating Gravitee Docker Compose Configuration
Final URLs
Last updated