Compare commits
4 Commits
496059acd2
...
07d863c063
Author | SHA1 | Date | |
---|---|---|---|
|
07d863c063 | ||
|
d0a50f684d | ||
|
4d1cdc5166 | ||
423b26db4c |
@ -32,21 +32,6 @@ services:
|
||||
working_dir: /opt/app
|
||||
entrypoint: sleep
|
||||
command: infinity
|
||||
pgcli:
|
||||
image: 'joaodubas/pgcli:latest'
|
||||
hostname: development
|
||||
depends_on:
|
||||
- db
|
||||
environment:
|
||||
PGUSER: *db_user
|
||||
PGPASSWORD: *db_pass
|
||||
PGHOST: *db_host
|
||||
PGDATABASE: wabanex_dev
|
||||
volumes:
|
||||
- './priv/docker/pgcli:/root/.config/pgcli'
|
||||
restart: unless-stopped
|
||||
entrypoint: sleep
|
||||
command: 3650d
|
||||
|
||||
volumes:
|
||||
db_data: {}
|
||||
|
@ -61,12 +61,12 @@ defmodule Wabanex.PromEx do
|
||||
[
|
||||
# PromEx built in plugins
|
||||
Plugins.Application,
|
||||
Plugins.Beam
|
||||
Plugins.Beam,
|
||||
# {Plugins.Phoenix, router: WabanexWeb.Router, endpoint: WabanexWeb.Endpoint},
|
||||
# Plugins.Ecto,
|
||||
Plugins.Ecto,
|
||||
# Plugins.Oban,
|
||||
# Plugins.PhoenixLiveView,
|
||||
# Plugins.Absinthe,
|
||||
Plugins.Absinthe
|
||||
# Plugins.Broadway,
|
||||
|
||||
# Add your own PromEx metrics plugins
|
||||
@ -87,12 +87,12 @@ defmodule Wabanex.PromEx do
|
||||
[
|
||||
# PromEx built in Grafana dashboards
|
||||
{:prom_ex, "application.json"},
|
||||
{:prom_ex, "beam.json"}
|
||||
{:prom_ex, "beam.json"},
|
||||
# {:prom_ex, "phoenix.json"},
|
||||
# {:prom_ex, "ecto.json"},
|
||||
{:prom_ex, "ecto.json"},
|
||||
# {:prom_ex, "oban.json"},
|
||||
# {:prom_ex, "phoenix_live_view.json"},
|
||||
# {:prom_ex, "absinthe.json"},
|
||||
{:prom_ex, "absinthe.json"}
|
||||
# {:prom_ex, "broadway.json"},
|
||||
|
||||
# Add your dashboard definitions here with the format: {:otp_app, "path_in_priv"}
|
||||
|
6
renovate.json
Normal file
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user