Merge pull request 'Add missing S3_ vars' (#19) from add/missing-s3-vars into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #19
This commit is contained in:
3wordchant 2023-10-31 22:11:54 +00:00
commit 66adadea97
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@ services:
- S3_OVERRIDE_PATH_STYLE
- S3_OPEN_TIMEOUT
- S3_READ_TIMEOUT
- S3_FORCE_SINGLE_REQUEST
- S3_ALIAS_HOST
secrets: &s3-secrets
- aws_secret_access_key

View File

@ -19,7 +19,7 @@ services:
- "traefik.http.routers.${STACK_NAME}_web.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}_web.entrypoints=web-secure"
- "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
- source: entrypoint_sh
target: /usr/local/bin/entrypoint.sh