https://github.com/potlitel/traefik-docker-sample
Use traefik as reverse proxy
https://github.com/potlitel/traefik-docker-sample
docker docker-compose dockerfile traefik traefik-docker
Last synced: 5 months ago
JSON representation
Use traefik as reverse proxy
- Host: GitHub
- URL: https://github.com/potlitel/traefik-docker-sample
- Owner: potlitel
- Created: 2024-11-29T22:00:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T23:26:09.000Z (about 1 year ago)
- Last Synced: 2025-03-25T10:31:57.664Z (11 months ago)
- Topics: docker, docker-compose, dockerfile, traefik, traefik-docker
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Practical traefik docker sample
- Set "traefik-dashboard.cu" hostname on Hosts file (C:\Windows\System32\drivers\etc\hosts) and "whoami.localhost".
- C:\Users\potli\OneDrive\Documentos\traefik-docker
- docker-compose up -d
- docker-compose -f "whoami.yml" up -d O docker-compose -f "whoami.yml" up -d --scale whoami=4
- access to "traefik-dashboard.cu" via web.
- test "whoami.localhost" via web and verify ip that respond.
## google: traefik cannot access to ip address for the container
https://stackoverflow.com/questions/54007788/cant-get-correct-container-ip-using-traefik
https://stackoverflow.com/questions/68456004/cant-connect-to-a-docker-container-using-its-ip-address
https://www.reddit.com/r/Traefik/comments/11r4ssb/traefik_using_containers_ip_instead_of_hosts/
```mermaid
erDiagram
FsaCore }|..|{ Entities : has
%% FsaCoreServer ||--o{ ORDER : places
%% FsaCoreServer ||--o{ INVOICE : "liable for"
Entities ||--o{ DocumentType : is
Entities ||--o{ ServiceOrderTaskState : is
Entities ||--o{ ServiceOrderType : is
Entities ||--o{ SupplyOperation : is
Entities ||--o{ Document : is
Entities ||--o{ ServiceOrder : is
Entities ||--o{ ServiceOrderRegister : is
Entities ||--o{ ServiceOrderTask : is
Entities ||--o{ Supply : is
%% INVOICE ||--|{ ORDER : covers
%% ORDER ||--|{ ORDER-ITEM :
DocumentType }|--|{ ServiceOrderContext : isDBSet
%% PRODUCT-CATEGORY ||--|{ PRODUCT : contains
%% PRODUCT ||--o{ ORDER-ITEM : "ordered in"
FsaCore }|..|{ ServiceOrderContext : has
ServiceOrderContext ||--|{ DbContext : include
```