Skip to content

Commit

Permalink
chore: update test image for uta (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma authored Jan 8, 2024
1 parent 0512781 commit 8bf13d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ services:
network_mode: bridge
ports:
- 5000:5000

uta:
# Test:
# psql -XAt postgres://anonymous@localhost/uta -c 'select count(*) from transcript'
# 249909
image: biocommons/uta:uta_20180821
# psql -XAt postgres://anonymous@localhost/uta -c 'select count(*) from uta_20210129b.transcript'
# 314227
image: biocommons/uta:uta_20210129b
volumes:
- uta_vol:/var/lib/postgresql/data
ports:
Expand Down

0 comments on commit 8bf13d9

Please sign in to comment.