{"id":16676977,"url":"https://github.com/jeckel/docker-services","last_synced_at":"2026-04-11T15:36:34.198Z","repository":{"id":70148818,"uuid":"128390644","full_name":"jeckel/docker-services","owner":"jeckel","description":"Some usefull services to manage a server running only container, mostly for developpement purpose","archived":false,"fork":false,"pushed_at":"2018-06-01T20:54:11.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T23:47:31.750Z","etag":null,"topics":["docker","docker-compose","portainer","radicale-caldav","syncthing","traefik","wordpress"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeckel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-04-06T12:15:40.000Z","updated_at":"2021-04-27T23:52:46.000Z","dependencies_parsed_at":"2023-02-27T08:46:24.965Z","dependency_job_id":null,"html_url":"https://github.com/jeckel/docker-services","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeckel%2Fdocker-services","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeckel%2Fdocker-services/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeckel%2Fdocker-services/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeckel%2Fdocker-services/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeckel","download_url":"https://codeload.github.com/jeckel/docker-services/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243352034,"owners_count":20276916,"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":["docker","docker-compose","portainer","radicale-caldav","syncthing","traefik","wordpress"],"created_at":"2024-10-12T13:24:47.065Z","updated_at":"2025-12-27T19:53:17.420Z","avatar_url":"https://github.com/jeckel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Twitter](https://img.shields.io/badge/Twitter-%40jeckel4-blue.svg)](https://twitter.com/jeckel4) [![LinkedIn](https://img.shields.io/badge/LinkedIn-Julien%20Mercier-blue.svg)](https://www.linkedin.com/in/jeckel/)\n\n# Docker Services\nSome usefull services to manage a server running only container, mostly for developpement purpose\n\n- [Traefik](https://traefik.io/): A powerful reverse proxy\n- [Portainer](https://portainer.io/): A powerful container management tool\n- [Syncthing](https://syncthing.net/): Cloud synchronisation (used mainly for backuping)\n- [Radicale](https://radicale.org/): A Free and Open-Source CalDAV and CardDAV Server\n\n## Installation\n\nThis is simple, just :\n- git clone the repository\n- copy the `.env.dist` file into `.env`\n- edit the `.env` file with your own requirements\n- and start it with `make up`\n\n## How it works\n\nThis configuration create a global docker network on which you will connect all container that needs to be accessible through your reverse proxy.\n\nSee the [Traefik Documentation](https://docs.traefik.io/) on how to configure you container.\n\nBy default, `portainer` and `traefik` will be accessible throught the `.local` domain like `portainer.local` and `traefik.local`. You can change it with the `SERVICES_DOMAIN` variable in the `.env` file.\n\n## The wordpress sample\n\nTo test the wordpress sample, from the project root, launch:\n\n```bash\n$\u003e docker-compose -f wordpress.sample/docker-compose.yml -d\n```\n\nLike this, it will use the same `.env` file as the main configuration.\n\nYou will then be able to access wordpress at http://wordpress.local\n\n\n# Environment variables\n\nList of environment variable defined in the .env file\n\n## NETWORK CONFIGURATION\n### Traefik Network Name\n\nUnique global network name that will be used by the reverse proxy.\nAll services which needs to be exposed through the Traefik should join this network.\n\u003e `NETWORK_NAME=traefik_proxy`\n\n### Services global host name\n\nHost name shared by the main services\n\n\u003e `SERVICES_DOMAIN=services.local`\n\n### Main domain\nGlobal hostname extension used for other services.\n\nThis mean that a service 'radicale' will be accessible at 'radicale.${MAIN_DOMAIN}'\n\n\u003e `MAIN_DOMAIN=local`\n\n## BACKUP AND SYNCHRONISATION\n\n### Syncthing shared volume Name\n\nThis volume is shared to other services which require data to be synchronised / backuped on a remote host\n\n\u003e `SYNCTHING_VOLUME_NAME=syncthing_data`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeckel%2Fdocker-services","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeckel%2Fdocker-services","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeckel%2Fdocker-services/lists"}