{"id":23235122,"url":"https://github.com/marcel2603/dhalldockercompose","last_synced_at":"2025-04-05T20:16:17.390Z","repository":{"id":40509480,"uuid":"413011427","full_name":"Marcel2603/DhallDockerCompose","owner":"Marcel2603","description":"dhall-docker-compose contains Dhall bindings to docker-compose. WIth the help of this lib, you can create a complete docker-compose with dhall.","archived":false,"fork":false,"pushed_at":"2022-05-04T09:39:49.000Z","size":35,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-18T19:59:09.463Z","etag":null,"topics":["dhall","docker-compose"],"latest_commit_sha":null,"homepage":"","language":"Dhall","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/Marcel2603.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-03T07:48:35.000Z","updated_at":"2024-03-27T08:28:04.000Z","dependencies_parsed_at":"2022-08-09T22:30:22.629Z","dependency_job_id":null,"html_url":"https://github.com/Marcel2603/DhallDockerCompose","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/Marcel2603%2FDhallDockerCompose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marcel2603%2FDhallDockerCompose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marcel2603%2FDhallDockerCompose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marcel2603%2FDhallDockerCompose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Marcel2603","download_url":"https://codeload.github.com/Marcel2603/DhallDockerCompose/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393573,"owners_count":20931813,"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":["dhall","docker-compose"],"created_at":"2024-12-19T03:18:36.813Z","updated_at":"2025-04-05T20:16:17.365Z","avatar_url":"https://github.com/Marcel2603.png","language":"Dhall","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dhall-docker-compose\n\n\u003e `dhall-docker-compose` contains Dhall bindings to docker-compose. WIth the help of this lib, you can create a complete docker-compose with dhall.\n\n# Why?\n\nOnce you build a slightly big docker-compose setup, with many lines of code, you'll encounter several issues:\n\n1. Writing the definitions in YAML is really verbose, and the actually important things don't stand out that much\n2. I need to scroll waaaay to much, to get the relevant infos\n3. In general, I'd really love to reuse parts of some definitions in other definitions\n4. Oh no, I typoed a key and I had to wait until I startet the compose to get an error back :(\n\nEven though these issues are valid arguments, I just wanted to learn dhall ;)\n\n# Prerequisites\n\nWe need 3 Tools to use this lib:\n\n* dhall and dhall-to-yaml: Generate the compose file\n* docker-compose: To execute the compose file\n* docker: Solution to every problem :)\n\n# Usage\n\nTo use this lib, you simple need to declare the root `package.dhall`\n\n```haskell\nlet package = https://raw.githubusercontent.com/Marcel2603/DhallDockerCompose/master/package.dhall\n```\n\nFor some inspiration, please visit the example under `example/create_docker_compose.dhall`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcel2603%2Fdhalldockercompose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcel2603%2Fdhalldockercompose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcel2603%2Fdhalldockercompose/lists"}