@@ -19,7 +19,7 @@ services:
1919
2020 api :
2121 privileged : true
22- image : " ghcr.io/implerhq/impler/api:1.0 .0"
22+ image : " ghcr.io/implerhq/impler/api:1.1 .0"
2323 depends_on :
2424 - mongodb
2525 - rabbitmq
@@ -30,10 +30,10 @@ services:
3030 WIDGET_BASE_URL : ${WIDGET_BASE_URL}
3131 WEB_BASE_URL : ${WEB_BASE_URL}
3232 MONGO_URL : ${MONGO_URL}
33+ # S3_REGION: ${S3_REGION}
34+ # S3_LOCAL_STACK: ${S3_LOCAL_STACK}
35+ # S3_BUCKET_NAME: ${S3_BUCKET_NAME}
3336 STORAGE_TYPE : ${STORAGE_TYPE}
34- S3_REGION : ${S3_REGION}
35- S3_LOCAL_STACK : ${S3_LOCAL_STACK}
36- S3_BUCKET_NAME : ${S3_BUCKET_NAME}
3737 AZURE_STORAGE_CONNECTION_STRING : ${AZURE_STORAGE_CONNECTION_STRING}
3838 AZURE_STORAGE_CONTAINER : ${AZURE_STORAGE_CONTAINER}
3939 JWT_SECRET : ${JWT_SECRET}
@@ -56,7 +56,7 @@ services:
5656 - impler
5757
5858 queue-manager :
59- image : " ghcr.io/implerhq/impler/queue-manager:1.0 .0"
59+ image : " ghcr.io/implerhq/impler/queue-manager:1.1 .0"
6060 depends_on :
6161 - api
6262 - rabbitmq
@@ -66,10 +66,10 @@ services:
6666 MONGO_URL : ${MONGO_URL}
6767 RABBITMQ_CONN_URL : ${RABBITMQ_CONN_URL}
6868 API_ROOT_URL : ${API_ROOT_URL}
69+ # S3_REGION: ${S3_REGION}
70+ # S3_LOCAL_STACK: ${S3_LOCAL_STACK}
71+ # S3_BUCKET_NAME: ${S3_BUCKET_NAME}
6972 STORAGE_TYPE : ${STORAGE_TYPE}
70- S3_REGION : ${S3_REGION}
71- S3_LOCAL_STACK : ${S3_LOCAL_STACK}
72- S3_BUCKET_NAME : ${S3_BUCKET_NAME}
7373 AZURE_STORAGE_CONNECTION_STRING : ${AZURE_STORAGE_CONNECTION_STRING}
7474 AZURE_STORAGE_CONTAINER : ${AZURE_STORAGE_CONTAINER}
7575 AWS_ACCESS_KEY_ID : ${AWS_ACCESS_KEY_ID}
@@ -84,7 +84,7 @@ services:
8484 - impler
8585
8686 widget :
87- image : " ghcr.io/implerhq/impler/widget:1.0 .0"
87+ image : " ghcr.io/implerhq/impler/widget:1.1 .0"
8888 depends_on :
8989 - api
9090 container_name : widget
@@ -102,7 +102,7 @@ services:
102102 embed :
103103 depends_on :
104104 - widget
105- image : " ghcr.io/implerhq/impler/embed:1.0 .0"
105+ image : " ghcr.io/implerhq/impler/embed:1.1 .0"
106106 container_name : embed
107107 environment :
108108 WIDGET_URL : ${WIDGET_BASE_URL}
@@ -114,7 +114,7 @@ services:
114114 web :
115115 depends_on :
116116 - api
117- image : " ghcr.io/implerhq/impler/web:1.0 .0"
117+ image : " ghcr.io/implerhq/impler/web:1.1 .0"
118118 container_name : web
119119 environment :
120120 NEXT_PUBLIC_API_BASE_URL : ${API_ROOT_URL}
0 commit comments