Easy routing for local development - Using Traefik for routing paths
to web apps - Setup a reverse proxy to simplify routingi t Hu b - D ar t h - K n op p i x /t r ae fi k - m f e - d e n o. T h i s i n c l u d e s t h e docker-compose.yml fi l e an d t h e D e n o s e r v e r . W h at ’ s a r e v e r s e p r ox y ? A s e image: traefik:v2.4 command: --api.insecure=true --providers.docker ports: - "80:80" - "8080:8080" volumes: - /var/run/docker.sock:/var/run/docker.sock labels: - traefik.enable=false Th e w e b ap p c image: traefik:v2.4 command: --api.insecure=true --providers.docker ports: - "80:80" - "8080:8080" volumes: - /var/run/docker.sock:/var/run/docker.sock labels: - traefik.enable=false home: 2 restart:0 码力 | 5 页 | 576.61 KB | 1 年前3
共 1 条
- 1













