diff --git a/docker-compose.yml b/docker-compose.yml --- a/docker-compose.yml +++ b/docker-compose.yml @@ -63,7 +63,7 @@ # Scheduler swh-scheduler-db: - image: postgres:10 + image: postgres:11 environment: POSTGRES_PASSWORD: testpassword POSTGRES_DB: swh-scheduler @@ -104,7 +104,7 @@ # Graph storage swh-storage-db: - image: postgres:10 + image: postgres:11 environment: POSTGRES_PASSWORD: testpassword POSTGRES_DB: swh-storage @@ -134,7 +134,7 @@ # Indexer storage swh-idx-storage-db: - image: postgres:10 + image: postgres:11 environment: POSTGRES_PASSWORD: testpassword POSTGRES_DB: swh-idx-storage @@ -180,7 +180,7 @@ - "./conf/djangosettings.py:/tmp/swh/djangosettings.py" swh-deposit-db: - image: postgres:10 + image: postgres:11 env_file: ./env/deposit.env swh-deposit: @@ -198,7 +198,7 @@ - "./conf/deposit.yml:/deposit.yml:ro" swh-vault-db: - image: postgres:10 + image: postgres:11 env_file: ./env/vault.env swh-vault-api: @@ -232,7 +232,7 @@ # Lister Celery workers swh-listers-db: - image: postgres:10 + image: postgres:11 environment: POSTGRES_PASSWORD: testpassword