[TEST] switch to postgresql 14
This commit is contained in:
parent
567ffd4428
commit
c1b1827a7c
|
|
@ -1,7 +1,7 @@
|
|||
project_name: {{ project_name }}
|
||||
|
||||
|
||||
postgres_image_name: postgres:13
|
||||
postgres_image_name: postgres:14
|
||||
postgres_container_name: {{project_name}}-container-postgres
|
||||
postgres_volume_name: {{project_name}}-volume-postgres
|
||||
postgres_extra_settings:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
project_name: test-cli
|
||||
|
||||
|
||||
postgres_image_name: postgres:13
|
||||
postgres_image_name: postgres:14
|
||||
postgres_container_name: test-cli-container-postgres
|
||||
postgres_volume_name: test-cli-volume-postgres
|
||||
postgres_extra_settings:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user