Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7124650
D1222.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
569 B
Subscribers
None
D1222.diff
View Options
diff --git a/docker-compose.yml b/docker-compose.yml
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -199,7 +199,9 @@
swh-vault-db:
image: postgres:11
- env_file: ./env/vault.env
+ environment:
+ POSTGRES_PASSWORD: testpassword
+ POSTGRES_DB: swh-vault
swh-vault-api:
build: ./dockerfiles/swh-vault
diff --git a/env/vault.env b/env/vault.env
--- a/env/vault.env
+++ b/env/vault.env
@@ -1,4 +1,4 @@
-POSTGRES_DB=softwareheritage-vault
+POSTGRES_DB=swh-vault
POSTGRES_PASSWORD=testpassword
PGUSER=postgres
PGHOST=swh-vault-db
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Dec 21 2024, 3:52 PM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3221082
Attached To
D1222: docker-compose/vault: Fix database configuration
Event Timeline
Log In to Comment