Docker Compose
Local Domains
We will be using following domains to run Terrakube with docker compose:
HTTPS Local Certificates
Install mkcert to generate the local certificates.
Generate local CA certificate
Create Docker Network
We will be using 10.25.25.253
for our the traefik gateway
Local DNS entries
Update the /etc/hosts file adding the following entries:
Running Terrakube Locally with HTTPS
After 1 or 2 minutes Terrakube will be available in the following URL once all the container are initialized correctly:
https://terrakube.platform.local
Username: admin@example.com
Password: admin
Special thanks to SolomonHD who has created the Traefik setup example to use Terrakube
Original Reference:
https://gist.github.com/SolomonHD/b55be40146b7a53b8f26fe244f5be52e
Last updated
Was this helpful?