chore: publish 1.0.1+1.9.1 release
This commit is contained in:
@ -38,6 +38,7 @@ x-environment:
|
||||
- S3_HOST_NAME
|
||||
- S3_ENDPOINT
|
||||
- S3_FORCE_PATH_STYLE
|
||||
- S3_PATH
|
||||
# Newrelic error logging
|
||||
- NEW_RELIC_LOG=stdout
|
||||
- NEW_RELIC_AGENT_ENABLED=${NEW_RELIC_AGENT_ENABLED:-false}"
|
||||
@ -46,7 +47,7 @@ x-environment:
|
||||
|
||||
services:
|
||||
app:
|
||||
image: neuronicgames/levelfly:1.9.0
|
||||
image: neuronicgames/levelfly:1.9.1
|
||||
environment: *default-env
|
||||
depends_on:
|
||||
- db
|
||||
@ -66,9 +67,9 @@ 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}.version=1.0.0+1.9.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.0.1+1.9.1"
|
||||
jobs:
|
||||
image: neuronicgames/levelfly:1.9.0
|
||||
image: neuronicgames/levelfly:1.9.1
|
||||
command: bundle exec rake jobs:work
|
||||
environment: *default-env
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user