Skip to content

Commit 5037fe8

Browse files
authored
added missing service (ITISFoundation#2471)
1 parent 3926fa3 commit 5037fe8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/docker-compose-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ services:
3333
migration:
3434
image: ${DOCKER_REGISTRY:-itisfoundation}/migration:${DOCKER_IMAGE_TAG:-latest}
3535

36+
static-webserver:
37+
image: ${DOCKER_REGISTRY:-itisfoundation}/static-webserver:${DOCKER_IMAGE_TAG:-latest}
38+
3639
dynamic-sidecar:
3740
image: ${DOCKER_REGISTRY:-itisfoundation}/dynamic-sidecar:${DOCKER_IMAGE_TAG:-latest}

0 commit comments

Comments
 (0)