Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/miolab/phoenix_playground
- Owner: miolab
- Created: 2022-03-14T10:58:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T23:29:45.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T11:09:10.831Z (about 2 months ago)
- Topics: docker-compose, elixir, phoenix-framework, postgresql
- Language: Elixir
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```