Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[!] implement new Dockerfile based on official Postgres image, closes #210 #226

Merged
merged 21 commits into from
Jun 28, 2023

Conversation

pashagolub
Copy link
Collaborator

No description provided.

@pashagolub pashagolub linked an issue Jun 23, 2023 that may be closed by this pull request
5 tasks
@pashagolub pashagolub self-assigned this Jun 23, 2023
@pashagolub pashagolub added enhancement New feature or request docker Docker related issues refactoring Something done as it should've been done from the start labels Jun 23, 2023
@pashagolub pashagolub added this to the Docker milestone Jun 23, 2023
@pashagolub pashagolub merged commit 263af20 into master Jun 28, 2023
@pashagolub pashagolub deleted the 210-new-dockerfile branch June 28, 2023 09:53
pashagolub added a commit that referenced this pull request Jul 12, 2023
…210  (#226)

* add ssl key and cert to postgresql.conf

* remove outdated scripts

* refactor bootstrap scripts

* move grafana ini file to proper folder

* put `CGO_ENABLED=0` into `build_gatherer.sh`

* refactor supervisor config

* remove old `docker-launcher-postgres.sh`

* refactor `Dockerfile` based on `postgres:15-bullseye`

* add metrics to Docker image

* use curl instead of wget in Docker image

* use SIGINT to stop Postgres in a container

* use pgwatch3 user for testdb init

* run dashboard setup as root

* remove bootstrap image

* remove outdated `pg_hba.conf`

* remove obsolete files

* rename `grafana_dashboards` to `grafana`

* move `bootstrap` inside `docker`

* rearrange docker folder

* fix .goreleaser.yml

* fix manual files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Docker related issues enhancement New feature or request refactoring Something done as it should've been done from the start
Projects
None yet
Development

Successfully merging this pull request may close these issues.

new Dockerfile based on official Postgres image
1 participant