diff --git a/compose.mariadb.yml b/compose.mariadb.yml index a4ecd52..3f282d8 100644 --- a/compose.mariadb.yml +++ b/compose.mariadb.yml @@ -17,7 +17,7 @@ services: - db db: - image: mariadb:11.5 + image: mariadb:11.7 environment: - MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password - MYSQL_PASSWORD_FILE=/run/secrets/db_password diff --git a/compose.yml b/compose.yml index 9347d82..e042dbf 100644 --- a/compose.yml +++ b/compose.yml @@ -35,7 +35,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=1.0.2+latest" + - "coop-cloud.${STACK_NAME}.version=2.0.0+2.0.0-beta.1" healthcheck: test: "curl -L localhost:3001" interval: 30s @@ -43,7 +43,7 @@ services: retries: 5 start_period: 2m db: - image: mariadb:11.5 + image: mariadb:11.7 environment: - MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password - MYSQL_PASSWORD_FILE=/run/secrets/db_password diff --git a/release/2.0.0+2.0.0-beta.1 b/release/2.0.0+2.0.0-beta.1 new file mode 100644 index 0000000..049984b --- /dev/null +++ b/release/2.0.0+2.0.0-beta.1 @@ -0,0 +1 @@ +sqlite is the default database now, check the README.md on how to configure mariadb \ No newline at end of file