1
0

Revert "Upgrade postgres"

This reverts commit 97414993dc.
This commit is contained in:
nicolas.dorier
2021-09-30 19:58:15 +09:00
parent bc3699ba67
commit d321c09ba0
2 changed files with 1 additions and 54 deletions

View File

@@ -3,14 +3,11 @@ version: "3"
services:
postgres:
restart: unless-stopped
image: postgres:13.4
entrypoint: ./migrate-docker-entrypoint.sh
command: postgres
image: postgres:9.6.20
environment:
POSTGRES_HOST_AUTH_METHOD: trust
volumes:
- "postgres_datadir:/var/lib/postgresql/data"
- "./postgres/migrate-docker-entrypoint.sh:/migrate-docker-entrypoint.sh:ro"
volumes:
postgres_datadir: