feat: Implement Ansible for Proxmox VM management and refactor Mastodon Docker Compose, removing outdated service definitions.

This commit is contained in:
Nikholas Pcenicni
2026-01-19 02:02:49 -05:00
parent 6154a93f1b
commit f6c44024a2
39 changed files with 437 additions and 376 deletions

View File

@@ -0,0 +1,22 @@
# User and Group IDs for the application
APP_USER_ID=1000
APP_GROUP_ID=100
# User and Group IDs for the database
DB_USER_ID=1000
DB_GROUP_ID=100
# Timezone
TZ=UTC
# Database Configuration
DATABASE_URL=mysql://db_user:db_password@mariadb:3306/booklore
DB_USER=booklore
DB_PASSWORD=your_secure_db_password
MYSQL_ROOT_PASSWORD=your_secure_root_password
MYSQL_DATABASE=booklore
# Booklore Application Port
BOOKLORE_PORT=8090