This document describes how to set up the Atheos IDE using Docker Compose, configured to work behind a Traefik reverse proxy.
- Docker and Docker Compose: Ensure Docker and Docker Compose are installed on your host machine.
- Traefik: A running Traefik instance is required. This setup assumes:
- Traefik is connected to an external Docker network named
network
. - You have a certificate resolver configured named
myresolver
(though TLS is currently disabled in the labels).
- Traefik is connected to an external Docker network named