{"id":18257808,"url":"https://github.com/pickleboxer/docker-proxy-local-dev","last_synced_at":"2026-03-19T03:33:45.185Z","repository":{"id":187470716,"uuid":"676970708","full_name":"PickleBoxer/docker-proxy-local-dev","owner":"PickleBoxer","description":"Docker Compose + Traefik TLS Proxy + Self-signed Wildcard Cert/ACME","archived":false,"fork":false,"pushed_at":"2023-08-10T12:51:52.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T17:57:42.229Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PickleBoxer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-10T12:41:33.000Z","updated_at":"2024-11-08T17:48:53.000Z","dependencies_parsed_at":"2024-03-03T17:30:15.129Z","dependency_job_id":null,"html_url":"https://github.com/PickleBoxer/docker-proxy-local-dev","commit_stats":null,"previous_names":["pickleboxer/docker-proxy-local-dev"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PickleBoxer%2Fdocker-proxy-local-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PickleBoxer%2Fdocker-proxy-local-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PickleBoxer%2Fdocker-proxy-local-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PickleBoxer%2Fdocker-proxy-local-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PickleBoxer","download_url":"https://codeload.github.com/PickleBoxer/docker-proxy-local-dev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247941720,"owners_count":21022037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T10:27:47.734Z","updated_at":"2026-02-09T02:32:00.437Z","avatar_url":"https://github.com/PickleBoxer.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Local Development with Traefik\n\n[Traefik](https://traefik.io/traefik/) can be configured to accept incoming HTTPS connections in order to terminate the SSL connections. It can be configured to use an ACME provider (like Let's Encrypt or [Step-Ca](https://smallstep.com/certificates/)) for automatic certificate generation.\nOr we can create our own CA and Traefik certificates and configure Traefik to use them.\n\n![image](https://github.com/PickleBoxer/docker-proxy-local-dev/assets/78869247/3f8f5556-9c8c-4770-aae7-cd62726c37ab)\n\n## Prerequisites\n\nBefore you begin, make sure you have the following installed on your system:\n\n- Docker\n- Docker Compose\n\n## Variant 1: Self-Signed Certificate\n\n1. Navigate to the `traefik-own-ca` directory:\n\n    ```bash\n    cd traefik-own-ca\n    ```\n\n2. Generate a self-signed certificate and key preferably using mkcert or any other tool of your choice. You can also use the pre-generated certificate and key in the `certs` directory.\n\n3. Start the Traefik container:\n\n    ```bash\n    docker-compose up -d\n    ```\n\n## Variant 2: Automatic Certificate Signing with Step-Ca\n\n1. Navigate to the `traefik-step-ca` directory:\n\n    ```bash\n    cd traefik-step-ca\n    ```\n\n2. Follow the instructions in the subfolder\n\n3. Start the Traefik container:\n\n    ```bash\n    docker-compose up -d\n    ```\n\n## Conclusion\n\nYou should now have a working Traefik setup for local development using either a self-signed certificate or the Step-Ca library for automatic certificate signing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpickleboxer%2Fdocker-proxy-local-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpickleboxer%2Fdocker-proxy-local-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpickleboxer%2Fdocker-proxy-local-dev/lists"}