Merge branch 'main' of ssh://git.autonomic.zone:2222/coop-cloud/strapi into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -3,7 +3,7 @@ services:
|
||||
app:
|
||||
depends_on:
|
||||
- db
|
||||
image: strapi/strapi:3.6.3
|
||||
image: strapi/strapi:3.6.5
|
||||
volumes:
|
||||
- strapi:/srv/app
|
||||
secrets:
|
||||
@ -39,7 +39,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||
- coop-cloud.${STACK_NAME}.app.version=3.6.3-1f85427b
|
||||
- coop-cloud.${STACK_NAME}.app.version=3.6.5-e0be3516
|
||||
db:
|
||||
image: mongo:3.7
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user