Skip to content

Commit 77a733c

Browse files
authored
fix(docker): use uta biocommons image (#62)
1 parent 470e285 commit 77a733c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

compose.anyvar.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,11 @@ services:
2424
- seqrepo_vol:/usr/local/share/seqrepo
2525

2626
uta:
27-
image: postgres:17
27+
image: biocommons/uta:uta_20241220
2828
environment:
29-
- POSTGRES_USER=uta_admin
3029
- POSTGRES_PASSWORD=some-password-that-you-make-up
31-
- POSTGRES_DB=uta
3230
volumes:
3331
- 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
3632
ports:
3733
- 127.0.0.1:5432:5432
3834

0 commit comments

Comments
 (0)