Skip to content

Commit

Permalink
Switch PostgreSQL container to use pgautoupgrade (#250)
Browse files Browse the repository at this point in the history
* Switch PostgreSQL container to use pgautoupgrade

* Use docker.io pg-autoupgrade.

---------

Co-authored-by: Dessalines <[email protected]>
  • Loading branch information
Daniel15 and dessalines authored Aug 20, 2024
1 parent 0cca0bb commit 5b35eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
logging: *default-logging

postgres:
image: docker.io/postgres:16-alpine
image: docker.io/pgautoupgrade/pgautoupgrade:16-alpine
hostname: postgres
environment:
{% if postgres_env_vars is defined and postgres_env_vars|length > 0 %}
Expand Down

0 comments on commit 5b35eef

Please sign in to comment.