Update wger to version 2.4 (#4527)
This commit is contained in:
parent
f8cfcf0d14
commit
6352eb159b
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 80
|
||||
|
||||
web:
|
||||
image: wger/server:2.3-dev@sha256:c63947d589c115e777b99154422599a5b23e9314268c9603210bbd047598a9f9
|
||||
image: wger/server:2.4-dev@sha256:96fceb2f6ae89e469ec05f0220447da72098ab0f9c25cfb18a2383cef77717e4
|
||||
user: "1000:1000"
|
||||
depends_on:
|
||||
db:
|
||||
@ -42,7 +42,7 @@ services:
|
||||
- ${APP_DATA_DIR}/data/static:/wger/static:ro
|
||||
- ${APP_DATA_DIR}/data/media:/wger/media:ro
|
||||
healthcheck:
|
||||
test: service nginx status
|
||||
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://127.0.0.1:80/"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
@ -81,7 +81,7 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
celery_worker:
|
||||
image: wger/server:2.3-dev@sha256:c63947d589c115e777b99154422599a5b23e9314268c9603210bbd047598a9f9
|
||||
image: wger/server:2.4-dev@sha256:96fceb2f6ae89e469ec05f0220447da72098ab0f9c25cfb18a2383cef77717e4
|
||||
user: "1000:1000"
|
||||
command: /start-worker
|
||||
env_file:
|
||||
@ -100,7 +100,7 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
celery_beat:
|
||||
image: wger/server:2.3-dev@sha256:c63947d589c115e777b99154422599a5b23e9314268c9603210bbd047598a9f9
|
||||
image: wger/server:2.4-dev@sha256:96fceb2f6ae89e469ec05f0220447da72098ab0f9c25cfb18a2383cef77717e4
|
||||
user: "1000:1000"
|
||||
command: /start-beat
|
||||
volumes:
|
||||
|
||||
@ -3,7 +3,7 @@ id: wger
|
||||
name: wger
|
||||
tagline: A fitness tracker for workouts and nutrition
|
||||
category: files
|
||||
version: "2.3-2"
|
||||
version: "2.4"
|
||||
port: 8450
|
||||
description: >-
|
||||
📈 wger is a powerful and flexible open-source fitness management software designed to assist users in planning, tracking, and optimizing their workouts, nutrition, and overall fitness progress. Whether you are an individual looking to improve your training efficiency, a personal trainer managing multiple clients, or a gym owner searching for a digital solution to streamline workout programming, wger provides a feature-rich platform tailored to various fitness needs.
|
||||
@ -36,7 +36,18 @@ gallery:
|
||||
- 5.jpg
|
||||
- 6.jpg
|
||||
releaseNotes: >-
|
||||
This update fixes the media url so images can be loaded.
|
||||
Key highlights in this release include:
|
||||
- Trophy system to track and celebrate fitness achievements
|
||||
- Support for authentication proxy headers
|
||||
- Multiple weight entries per day for more detailed tracking
|
||||
- Improved ingredient search functionality
|
||||
- Start and end dates for nutritional plans
|
||||
- Password visibility toggle in forms
|
||||
- Support for AVIF image format
|
||||
- Enhanced exercise submission capabilities
|
||||
|
||||
|
||||
Full release notes are available at https://github.com/wger-project/wger/releases
|
||||
dependencies: []
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user