chore: publish 2.0.0+2.0.0-beta.1 release
This commit is contained in:
@ -17,7 +17,7 @@ services:
|
|||||||
- db
|
- db
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:11.5
|
image: mariadb:11.7
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password
|
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password
|
||||||
- MYSQL_PASSWORD_FILE=/run/secrets/db_password
|
- MYSQL_PASSWORD_FILE=/run/secrets/db_password
|
||||||
|
|||||||
@ -35,7 +35,7 @@ services:
|
|||||||
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
#- "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.SSLForceHost=true"
|
||||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=1.0.2+latest"
|
- "coop-cloud.${STACK_NAME}.version=2.0.0+2.0.0-beta.1"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "curl -L localhost:3001"
|
test: "curl -L localhost:3001"
|
||||||
interval: 30s
|
interval: 30s
|
||||||
@ -43,7 +43,7 @@ services:
|
|||||||
retries: 5
|
retries: 5
|
||||||
start_period: 2m
|
start_period: 2m
|
||||||
db:
|
db:
|
||||||
image: mariadb:11.5
|
image: mariadb:11.7
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password
|
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password
|
||||||
- MYSQL_PASSWORD_FILE=/run/secrets/db_password
|
- MYSQL_PASSWORD_FILE=/run/secrets/db_password
|
||||||
|
|||||||
1
release/2.0.0+2.0.0-beta.1
Normal file
1
release/2.0.0+2.0.0-beta.1
Normal file
@ -0,0 +1 @@
|
|||||||
|
sqlite is the default database now, check the README.md on how to configure mariadb
|
||||||
Reference in New Issue
Block a user