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 3926fa3 commit 5037fe8Copy full SHA for 5037fe8
services/docker-compose-deploy.yml
@@ -33,5 +33,8 @@ services:
33
migration:
34
image: ${DOCKER_REGISTRY:-itisfoundation}/migration:${DOCKER_IMAGE_TAG:-latest}
35
36
+ static-webserver:
37
+ image: ${DOCKER_REGISTRY:-itisfoundation}/static-webserver:${DOCKER_IMAGE_TAG:-latest}
38
+
39
dynamic-sidecar:
40
image: ${DOCKER_REGISTRY:-itisfoundation}/dynamic-sidecar:${DOCKER_IMAGE_TAG:-latest}
0 commit comments