We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470e285 commit 77a733cCopy full SHA for 77a733c
compose.anyvar.yaml
@@ -24,15 +24,11 @@ services:
24
- seqrepo_vol:/usr/local/share/seqrepo
25
26
uta:
27
- image: postgres:17
+ image: biocommons/uta:uta_20241220
28
environment:
29
- - POSTGRES_USER=uta_admin
30
- POSTGRES_PASSWORD=some-password-that-you-make-up
31
- - POSTGRES_DB=uta
32
volumes:
33
- uta_vol:/var/lib/postgresql/data
34
- - ./uta_20241220.pgd.gz:/docker-entrypoint-initdb.d/uta_20241220.pgd.gz:ro
35
- - ./init-uta.sh:/docker-entrypoint-initdb.d/init-uta.sh:ro
36
ports:
37
- 127.0.0.1:5432:5432
38
0 commit comments