pin PG version on docker compose files (#300)

pull/303/head
Markos Gogoulos 2021-10-12 21:07:45 +03:00 zatwierdzone przez GitHub
rodzic f974d78270
commit 738247c32b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
6 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -43,7 +43,7 @@ services:
depends_on:
- selenium_hub
db:
image: postgres
image: postgres:13
volumes:
- ../postgres_data:/var/lib/postgresql/data/
restart: always

Wyświetl plik

@ -68,7 +68,7 @@ services:
depends_on:
- migrations
db:
image: postgres
image: postgres:13
volumes:
- ../postgres_data/:/var/lib/postgresql/data/
restart: always

Wyświetl plik

@ -70,7 +70,7 @@ services:
depends_on:
- migrations
db:
image: postgres
image: postgres:13
volumes:
- ../postgres_data/:/var/lib/postgresql/data/
restart: always

Wyświetl plik

@ -90,7 +90,7 @@ services:
depends_on:
- migrations
db:
image: postgres
image: postgres:13
volumes:
- ../postgres_data:/var/lib/postgresql/data/
restart: always

Wyświetl plik

@ -66,7 +66,7 @@ services:
depends_on:
- migrations
db:
image: postgres
image: postgres:13
volumes:
- postgres_data:/var/lib/postgresql/data/
restart: always

Wyświetl plik

@ -62,7 +62,7 @@ services:
depends_on:
- migrations
db:
image: postgres
image: postgres:13
volumes:
- ../postgres_data:/var/lib/postgresql/data/
restart: always