mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-18 20:39:36 +02:00
chore: update version to v0.10.0 across Dockerfiles, package.json, and configuration files; add changelog for v0.10.0 release
This commit is contained in:
parent
20cdc2405f
commit
19baf6ab35
9 changed files with 148 additions and 14 deletions
|
@ -2,13 +2,16 @@
|
|||
set -euo pipefail
|
||||
|
||||
# =============================================================================
|
||||
# AdventureLog Ultimate Installer (Fixed with Dynamic Port Handling)
|
||||
# AdventureLog Installer Script
|
||||
# (c) 2023-2025 Sean Morley <https://seanmorley.com>
|
||||
# https://adventurelog.app
|
||||
# License: GPL-3.0
|
||||
# =============================================================================
|
||||
|
||||
APP_NAME="AdventureLog"
|
||||
INSTALL_DIR="./adventurelog"
|
||||
COMPOSE_FILE_URL="https://raw.githubusercontent.com/seanmorley15/AdventureLog/development/docker-compose.yml"
|
||||
ENV_FILE_URL="https://raw.githubusercontent.com/seanmorley15/AdventureLog/development/.env.example"
|
||||
COMPOSE_FILE_URL="https://raw.githubusercontent.com/seanmorley15/AdventureLog/main/docker-compose.yml"
|
||||
ENV_FILE_URL="https://raw.githubusercontent.com/seanmorley15/AdventureLog/main/.env.example"
|
||||
|
||||
# Global configuration variables
|
||||
declare -g FRONTEND_ORIGIN=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue