We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8019edf commit 0303e88Copy full SHA for 0303e88
docker-compose.yml
@@ -150,6 +150,8 @@ services:
150
# in local dev environments. In CI a specific BOULDER_VTCOMBOSERVER_TAG is
151
# passed, and it is pulled with `docker compose pull`.
152
image: letsencrypt/boulder-vtcomboserver:${BOULDER_VTCOMBOSERVER_TAG:-latest}
153
+ build:
154
+ context: test/vtcomboserver/
155
environment:
156
# By specifying KEYSPACES vttestserver will create the corresponding
157
# databases on startup.
0 commit comments