Logo
Explore Help
Sign In
docker/pgcat
1
0
Fork 0
You've already forked pgcat
mirror of https://github.com/postgresml/pgcat.git synced 2026-03-23 01:16:30 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
65c32ad9fbfd1b867061b83449a207b8258a0edf
pgcat/docker-compose.yml

18 lines
359 B
YAML
Raw Normal View History

Handle SIGTERM. Add docker-compose.yml (#59) * docker-compsoe * remove statsd config * readme
2022-03-08 17:18:48 -08:00
version: "3"
services:
postgres:
image: postgres:13
environment:
POSTGRES_PASSWORD: postgres
POSTGRES_HOST_AUTH_METHOD: md5
pgcat:
build: .
command:
- "pgcat"
- "/etc/pgcat/pgcat.toml"
volumes:
- "${PWD}/examples/docker/pgcat.toml:/etc/pgcat/pgcat.toml"
ports:
- "6432:6432"
create a prometheus exporter on a standard http port (#107) * create a hyper server and add option to enable it in config * move prometheus stuff to its own file; update format * create metric type and help lookup table * finish the metric help type map * switch to a boolean and a standard port * dont emit unimplemented metrics * fail if curl returns a non 200 * resolve conflicts * move log out of config.show and into main * terminating new line * upgrade curl * include unimplemented stats
2022-08-09 15:19:11 -04:00
- "9090:9090"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 22ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API