[PR #55] Sample for phoenix(elixir)-postgres #780

Open
opened 2026-03-07 21:23:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/55
Author: @ekousanakis
Created: 4/9/2020
Status: 🔄 Open

Base: masterHead: phoenix-elixir-postgres


📝 Commits (1)

  • f156dfb Sample for phoenix(elixir)-postgres

📊 Changes

57 files changed (+8997 additions, -0 deletions)

View changed files

📝 README.md (+3 -0)
phoenix-postgres/README.md (+67 -0)
phoenix-postgres/app/.formatter.exs (+5 -0)
phoenix-postgres/app/.gitignore (+34 -0)
phoenix-postgres/app/Dockerfile (+64 -0)
phoenix-postgres/app/README.md (+20 -0)
phoenix-postgres/app/assets/.babelrc (+5 -0)
phoenix-postgres/app/assets/css/app.css (+3 -0)
phoenix-postgres/app/assets/css/phoenix.css (+134 -0)
phoenix-postgres/app/assets/js/app.js (+17 -0)
phoenix-postgres/app/assets/js/socket.js (+63 -0)
phoenix-postgres/app/assets/package-lock.json (+7327 -0)
phoenix-postgres/app/assets/package.json (+24 -0)
phoenix-postgres/app/assets/static/favicon.ico (+0 -0)
phoenix-postgres/app/assets/static/images/phoenix.png (+0 -0)
phoenix-postgres/app/assets/static/robots.txt (+5 -0)
phoenix-postgres/app/assets/webpack.config.js (+41 -0)
phoenix-postgres/app/config/.secret.exs (+11 -0)
phoenix-postgres/app/config/config.exs (+36 -0)
phoenix-postgres/app/config/dev.exs (+77 -0)

...and 37 more files

📄 Description

Signed-off-by: Manolis Kousanakis ekousanakis@gmail.com


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/55 **Author:** [@ekousanakis](https://github.com/ekousanakis) **Created:** 4/9/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `phoenix-elixir-postgres` --- ### 📝 Commits (1) - [`f156dfb`](https://github.com/docker/awesome-compose/commit/f156dfb52c636f2a1bfb2c92d1ae49d5dc88aef7) Sample for phoenix(elixir)-postgres ### 📊 Changes **57 files changed** (+8997 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -0) ➕ `phoenix-postgres/README.md` (+67 -0) ➕ `phoenix-postgres/app/.formatter.exs` (+5 -0) ➕ `phoenix-postgres/app/.gitignore` (+34 -0) ➕ `phoenix-postgres/app/Dockerfile` (+64 -0) ➕ `phoenix-postgres/app/README.md` (+20 -0) ➕ `phoenix-postgres/app/assets/.babelrc` (+5 -0) ➕ `phoenix-postgres/app/assets/css/app.css` (+3 -0) ➕ `phoenix-postgres/app/assets/css/phoenix.css` (+134 -0) ➕ `phoenix-postgres/app/assets/js/app.js` (+17 -0) ➕ `phoenix-postgres/app/assets/js/socket.js` (+63 -0) ➕ `phoenix-postgres/app/assets/package-lock.json` (+7327 -0) ➕ `phoenix-postgres/app/assets/package.json` (+24 -0) ➕ `phoenix-postgres/app/assets/static/favicon.ico` (+0 -0) ➕ `phoenix-postgres/app/assets/static/images/phoenix.png` (+0 -0) ➕ `phoenix-postgres/app/assets/static/robots.txt` (+5 -0) ➕ `phoenix-postgres/app/assets/webpack.config.js` (+41 -0) ➕ `phoenix-postgres/app/config/.secret.exs` (+11 -0) ➕ `phoenix-postgres/app/config/config.exs` (+36 -0) ➕ `phoenix-postgres/app/config/dev.exs` (+77 -0) _...and 37 more files_ </details> ### 📄 Description Signed-off-by: Manolis Kousanakis <ekousanakis@gmail.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:23:45 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#780