chore: publish 0.3.0+2.8.9 release
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:
parent
0376930563
commit
fa42eedcfc
@ -41,7 +41,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}.version=0.2.1+2.8.9"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.3.0+2.8.9"
|
||||
# healthcheck:
|
||||
# test: ["CMD", "curl", "-f", "http://localhost:3000"]
|
||||
# interval: 30s
|
||||
@ -50,7 +50,7 @@ services:
|
||||
# start_period: 1m
|
||||
|
||||
db:
|
||||
image: postgres:11-alpine
|
||||
image: postgres:13-alpine
|
||||
networks:
|
||||
- internal
|
||||
secrets:
|
||||
@ -64,7 +64,7 @@ services:
|
||||
- POSTGRES_PASSWORD_FILE=/run/secrets/db_password
|
||||
|
||||
redis:
|
||||
image: redis:6.0-alpine
|
||||
image: redis:7.0-alpine
|
||||
networks:
|
||||
- internal
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user