We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daeaebf commit 22e67ceCopy full SHA for 22e67ce
1 file changed
docker-compose.yml
@@ -20,6 +20,8 @@ services:
20
21
singularity_init:
22
image: ghcr.io/data-preservation-programs/singularity:main
23
+ environment:
24
+ DATABASE_CONNECTION_STRING: postgres://postgres:postgres@db:5432/singularity
25
command: admin init
26
restart: on-failure # Restart only on failure
27
depends_on:
@@ -52,3 +54,4 @@ services:
52
54
53
55
volumes:
56
singularity_db:
57
+
0 commit comments