{"id":16611984,"url":"https://github.com/shufo/docker-phoenix","last_synced_at":"2025-10-29T18:30:38.765Z","repository":{"id":7018233,"uuid":"55951589","full_name":"shufo/docker-phoenix","owner":"shufo","description":"A script for creating elixir image for  phoenix framework.","archived":false,"fork":false,"pushed_at":"2023-12-15T08:33:26.000Z","size":36,"stargazers_count":10,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T22:54:27.335Z","etag":null,"topics":["elixir","phoenix"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/shufo/phoenix/","language":"Dockerfile","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/shufo.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}},"created_at":"2016-04-11T07:38:20.000Z","updated_at":"2020-12-17T18:35:07.000Z","dependencies_parsed_at":"2022-09-20T22:00:47.167Z","dependency_job_id":null,"html_url":"https://github.com/shufo/docker-phoenix","commit_stats":null,"previous_names":[],"tags_count":59,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shufo%2Fdocker-phoenix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shufo%2Fdocker-phoenix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shufo%2Fdocker-phoenix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shufo%2Fdocker-phoenix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shufo","download_url":"https://codeload.github.com/shufo/docker-phoenix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238864228,"owners_count":19543501,"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":["elixir","phoenix"],"created_at":"2024-10-12T01:40:27.046Z","updated_at":"2025-10-29T18:30:33.464Z","avatar_url":"https://github.com/shufo.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-phoenix\n\nThis repository contains a script for create [phoenix](http://www.phoenixframework.org/) server image.\nDockerHub repository is [here](https://hub.docker.com/r/shufo/phoenix/)\n\nYou can use these tags as a version of elixir.\n\n- `1.8.1`, `latest`\n- `1.8.1-development`\n- `1.8.0`\n- `1.8.0-development`\n- `1.7.4`\n- `1.7.4-development`\n- `1.7.3`\n- `1.7.3-development`\n- `1.7.2`\n- `1.7.2-development`\n- `1.7.1`\n- `1.7.1-development`\n- `1.7.0`\n- `1.7.0-development`\n- `1.6.6`\n- `1.6.6-development`\n- `1.6.5`\n- `1.6.5-development`\n- `1.6.4`\n- `1.6.4-development`\n- `1.6.3`\n- `1.6.3-development`\n- `1.6.2`\n- `1.6.2-development`\n- `1.6.1`\n- `1.6.1-development`\n- `1.6.0`\n- `1.6.0-development`\n- `1.5.2`\n- `1.5.2-development`\n- `1.5.1`\n- `1.5.1-development`\n- `1.5.0`\n- `1.5.0-development`\n- `1.4.5`\n- `1.4.5-development`\n- `1.4.4`\n- `1.4.4-development`\n- `1.4.3`\n- `1.4.3-development`\n- `1.4.2`\n- `1.4.2-development`\n- `1.4.1`\n- `1.4.1-development`\n- `1.4.0`\n- `1.4.0-development`\n- `1.4.0-rc.1`\n- `1.4.0-rc.1-development`\n- `1.4.0-rc.0`\n- `1.3.4`\n- `1.3.4-development`\n- `1.3.3`\n- `1.3.2`\n- `1.3.1`\n- `1.3.0`\n- `1.2.6`\n- `1.2.5`\n- `1.2.3`\n\n`development` tags are including node.js and utilities to automatically compile assets on development environment.\n\n## Usage\n\nRun below command in your phoenix project directory.\n\n```\ndocker run -d -p 4000:4000 -v $(pwd):/app -w /app shufo/phoenix\n```\n\n### docker-compose\n\n\n```\napp:\n  image: shufo/phoenix:1.8.1-development\n  container_name: myproject_app\n  hostname: app\n  expose:\n    - 4000\n  ports:\n    - \"4000:4000\"\n    - \"4001:4001\"\n  working_dir: /code\n  volumes:\n    - \".:/code\"\n  environment:\n    - \"PORT=4000\"\n    - \"ERL_AFLAGS=-kernel shell_history enabled\"\n  links:\n    - mysql\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshufo%2Fdocker-phoenix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshufo%2Fdocker-phoenix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshufo%2Fdocker-phoenix/lists"}