Compare commits
5 Commits
b5f2ed7617
...
ae004baa9e
Author | SHA1 | Date | |
---|---|---|---|
|
ae004baa9e | ||
|
1f96d086d6 | ||
4d09f20e69 | |||
42ae54b17e | |||
93e1719d0d |
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: 'postgres:16.0-alpine'
|
image: 'postgres:16.1-alpine'
|
||||||
hostname: &db_host db
|
hostname: &db_host db
|
||||||
init: true
|
init: true
|
||||||
environment:
|
environment:
|
||||||
|
2
mix.exs
2
mix.exs
@ -48,7 +48,7 @@ defmodule Wabanex.MixProject do
|
|||||||
{:plug_cowboy, "~> 2.7.0"},
|
{:plug_cowboy, "~> 2.7.0"},
|
||||||
{:postgrex, "~> 0.17.0"},
|
{:postgrex, "~> 0.17.0"},
|
||||||
{:prom_ex, "~> 1.9.0"},
|
{:prom_ex, "~> 1.9.0"},
|
||||||
{:sobelow, "~> 0.12", only: [:dev, :test], runtime: false},
|
{:sobelow, "~> 0.13", only: [:dev, :test], runtime: false},
|
||||||
{:telemetry_metrics, "~> 0.6.0"},
|
{:telemetry_metrics, "~> 0.6.0"},
|
||||||
{:telemetry_poller, "~> 1.0.0"}
|
{:telemetry_poller, "~> 1.0.0"}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user