{"id":22004868,"url":"https://github.com/cybrox/docker-accent","last_synced_at":"2026-04-12T17:35:09.360Z","repository":{"id":73481243,"uuid":"135332065","full_name":"cybrox/docker-accent","owner":"cybrox","description":"Dockerfile for mirego/accent","archived":false,"fork":false,"pushed_at":"2019-03-21T13:29:13.000Z","size":1,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T12:47:14.260Z","etag":null,"topics":["accent","docker","docker-image"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/cybrox.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":"2018-05-29T17:43:10.000Z","updated_at":"2018-05-29T17:56:22.000Z","dependencies_parsed_at":"2023-02-28T12:45:45.879Z","dependency_job_id":null,"html_url":"https://github.com/cybrox/docker-accent","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/cybrox%2Fdocker-accent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybrox%2Fdocker-accent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybrox%2Fdocker-accent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybrox%2Fdocker-accent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybrox","download_url":"https://codeload.github.com/cybrox/docker-accent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245063302,"owners_count":20554906,"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":["accent","docker","docker-image"],"created_at":"2024-11-30T00:17:24.619Z","updated_at":"2026-04-12T17:35:04.294Z","avatar_url":"https://github.com/cybrox.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-accent\nThere are instructions for deploying [accent](https://github.com/mirego/accent) on either a local OSX machine or heroku but there is no official docker setup. So here's a docker image for running Accent.\n\n#### Environment\nCheck out the [official README](https://github.com/mirego/accent#environment-variables) for a list of environment variables used by Accent. The docker-compose example below shows an example configuration. I recommend you at least provide it\n* `MIX_ENV`\n* `PORT`\n* `WEBAPP_PORT`\n* `DATABASE_URL`\n\nDon't forget you will have to manually run `mix ecto.setup` when running this container for the first time!\n\n#### Docker Compose\nAn example of how this repository can be used as part of a docker-compose setup\n\n```\nversion: \"3.2\"\n\nservices: \n  accent:\n    build: ./accent\n    links:\n      - postgres\n    ports:\n      - 4000:4000\n      - 4200:4200\n    environment:\n      MIX_ENV: dev\n      PORT: 4000\n      WEBAPP_PORT: 4200\n      DATABASE_URL: postgres://postgres:password@postgres/accent_development\n\n  postgres:\n    image: postgres:10.4\n    restart: always\n    environment:\n      POSTGRES_USER: postgres\n      POSTGRES_PASSWORD: password\n    volumes:\n      - postgresdata:/var/lib/postgresql/data\n\nvolumes:\n  postgresdata:\n    driver: local\n\n``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybrox%2Fdocker-accent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybrox%2Fdocker-accent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybrox%2Fdocker-accent/lists"}