Add missing S3_ vars #19
@ -16,6 +16,8 @@ services:
|
|||||||
- S3_OVERRIDE_PATH_STYLE
|
- S3_OVERRIDE_PATH_STYLE
|
||||||
- S3_OPEN_TIMEOUT
|
- S3_OPEN_TIMEOUT
|
||||||
- S3_READ_TIMEOUT
|
- S3_READ_TIMEOUT
|
||||||
|
- S3_FORCE_SINGLE_REQUEST
|
||||||
|
- S3_ALIAS_HOST
|
||||||
secrets: &s3-secrets
|
secrets: &s3-secrets
|
||||||
- aws_secret_access_key
|
- aws_secret_access_key
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}_web.rule=Host(`${DOMAIN}`)"
|
- "traefik.http.routers.${STACK_NAME}_web.rule=Host(`${DOMAIN}`)"
|
||||||
- "traefik.http.routers.${STACK_NAME}_web.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}_web.entrypoints=web-secure"
|
||||||
- "traefik.http.routers.${STACK_NAME}_web.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}_web.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=1.1.2+v4.0.10-hometown-1.1.1"
|
- "coop-cloud.${STACK_NAME}.version=1.1.3+v4.0.10-hometown-1.1.1"
|
||||||
configs: &configs
|
configs: &configs
|
||||||
- source: entrypoint_sh
|
- source: entrypoint_sh
|
||||||
target: /usr/local/bin/entrypoint.sh
|
target: /usr/local/bin/entrypoint.sh
|
||||||
|
Reference in New Issue
Block a user