https://github.com/thesebas/traefik-multi-service
https://github.com/thesebas/traefik-multi-service
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thesebas/traefik-multi-service
- Owner: thesebas
- Created: 2024-03-25T12:37:05.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T13:37:13.000Z (about 2 years ago)
- Last Synced: 2024-06-11T20:13:25.334Z (about 2 years ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi service with traefik
# Installation
to run execute:
docker compose run composer install
docker compose run node-express npm install
docker compose up
then navigate to:
http://localhost:8888/node/ - for node application
http://localhost:8888/php/ - for php application
http://localhost:8889/dashboard/ - for traefik dashboard