{"id":21141812,"url":"https://github.com/aifrak/phoenix-docker","last_synced_at":"2026-04-13T17:05:24.193Z","repository":{"id":54150636,"uuid":"284294314","full_name":"aifrak/phoenix-docker","owner":"aifrak","description":"Installation of dockerized Phoenix / Elixir (Debian).","archived":false,"fork":false,"pushed_at":"2021-04-05T10:21:49.000Z","size":12,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T07:09:00.305Z","etag":null,"topics":["docker","dockerfile","elixir","phoenix","phoenix-docker","phoenix-framework"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/aifrak/phoenix","language":"Python","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/aifrak.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}},"created_at":"2020-08-01T16:12:00.000Z","updated_at":"2023-02-07T18:54:56.000Z","dependencies_parsed_at":"2022-08-13T07:40:40.098Z","dependency_job_id":null,"html_url":"https://github.com/aifrak/phoenix-docker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aifrak%2Fphoenix-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aifrak%2Fphoenix-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aifrak%2Fphoenix-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aifrak%2Fphoenix-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aifrak","download_url":"https://codeload.github.com/aifrak/phoenix-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243581093,"owners_count":20314167,"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","dockerfile","elixir","phoenix","phoenix-docker","phoenix-framework"],"created_at":"2024-11-20T07:36:49.137Z","updated_at":"2025-12-29T17:18:56.493Z","avatar_url":"https://github.com/aifrak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phoenix in Docker\n\nInstallation of dockerized Phoenix / Elixir (Debian).\n\n[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/aifrak/phoenix)](https://hub.docker.com/r/aifrak/phoenix/builds)\n[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/aifrak/phoenix?color=orange\u0026sort=semver)](https://hub.docker.com/r/aifrak/phoenix/tags)\n[![Docker Pulls](https://img.shields.io/docker/pulls/aifrak/phoenix?color=yellow)](https://hub.docker.com/r/aifrak/phoenix/)\n[![GitHub](https://img.shields.io/github/license/aifrak/phoenix-docker?color=blue)](https://github.com/aifrak/phoenix-docker/blob/master/LICENSE)\n\n## How to use this image\n\nShort syntax:\n\n```\ndocker run --rm -it \\\n  -v [DIR]:/app \\\n  aifrak/phoenix\n```\n\nLong syntax:\n\n```\ndocker run --rm -it \\\n  -p [PORT]:[PORT] \\\n  -v [DIR]:/app \\\n  aifrak/phoenix\n```\n\nThis example runs the image with the current host directory inside the container and with port `4000` exposed.\n\n```\ndocker run --rm -it \\\n  -p 4000:4000 \\\n  -v $(pwd):/app \\\n  aifrak/phoenix\n```\n\n### `PORT`\n\nPort to expose. If `-p` is not set, 4000 by default.\n\n### `DIR`\n\nDirectory of your project on the host. Its content will copied inside the container under `/app`.\n\n### `/app`\n\nDirectory in the container which will contain your Phoenix project.\n\nIt is also the default working directory of the container.\n\n### Default user\n\nThe default user used by the container is `app-user`. Its user folder is also created inside the `/home`.\n\n## Docker\n\n```\ndocker pull aifrak/phoenix\n```\n\n## Quick references\n\n- __Docker hub__: https://hub.docker.com/r/aifrak/phoenix\n- __Github__: https://github.com/aifrak/phoenix-docker\n\n## Inspirations\n\n- [Elixir image by bitwalker](https://github.com/bitwalker/alpine-elixir)\n- [Phoenix guide](https://hexdocs.pm/phoenix)\n\n## Technologies\n\n- [Phoenix](https://www.phoenixframework.org/)\n- [Elixir](https://elixir-lang.org/)\n- [Erlang](https://www.erlang.org/)\n- [NodeJS](https://nodejs.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faifrak%2Fphoenix-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faifrak%2Fphoenix-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faifrak%2Fphoenix-docker/lists"}