Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miolab/phoenix_playground

Phoenix 1.6 experimental use with PostgreSQL docker images.
https://github.com/miolab/phoenix_playground

docker-compose elixir phoenix-framework postgresql

Last synced: 8 days ago
JSON representation

Phoenix 1.6 experimental use with PostgreSQL docker images.

Awesome Lists containing this project

README

        

# Phoenix playground

Prepared for experimental use only.:penguin:

## Versions

```
➜ docker compose run --rm app elixir --version
Erlang/OTP 24 [erts-12.3] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit]

Elixir 1.13.3 (compiled with Erlang/OTP 24)

➜ docker compose run --rm app mix archive
* hex-1.0.1
* phx_new-1.6.6
Archives installed at: /root/.mix/archives

➜ docker compose run --rm db psql --version
psql (PostgreSQL) 12.10
```