Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
TODO for picking a trillian release image
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbelvin committed Jan 16, 2020
1 parent d07737a commit c99a25e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Expand Up @@ -17,6 +17,7 @@ services:
- 9090:9090

db:
# TODO(gbelvin): Select a better tag for Trillian
image: gcr.io/trillian-opensource-ci/db_server:latest
ports:
- "3306"
Expand All @@ -28,6 +29,7 @@ services:
log-server:
depends_on:
- db
# TODO(gbelvin): Select a better tag for Trillian
image: gcr.io/trillian-opensource-ci/log_server:latest
command:
- --mysql_uri=test:zaphod@tcp(db:3306)/test
Expand All @@ -41,6 +43,7 @@ services:
log-signer:
depends_on:
- db
# TODO(gbelvin): Select a better tag for Trillian
image: gcr.io/trillian-opensource-ci/log_signer:latest
command:
- --mysql_uri=test:zaphod@tcp(db:3306)/test
Expand All @@ -57,6 +60,7 @@ services:
map-server:
depends_on:
- db
# TODO(gbelvin): Select a better tag for Trillian
image: gcr.io/trillian-opensource-ci/map_server:latest
command:
- --mysql_uri=test:zaphod@tcp(db:3306)/test
Expand Down

0 comments on commit c99a25e

Please sign in to comment.