mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
Fix guild table count and remove nonexistent Docker web service
- Database-Setup: 8 guild tables, not 14 (matches actual schema) - Server-Operations: remove web service from Docker table (not in docker-compose.yml)
@@ -78,7 +78,7 @@ psql -U postgres -d erupe -f schemas/bundled-schema/EventQuests.sql
|
||||
| `cafebonus` | Net Cafe time-based bonuses |
|
||||
| `scenario_counter` | Scenario/cutscene unlock tracking |
|
||||
|
||||
### Guilds (14 tables)
|
||||
### Guilds (8 tables)
|
||||
|
||||
| Table | Purpose |
|
||||
|-------|---------|
|
||||
|
||||
@@ -149,7 +149,6 @@ Messages are normalized: Discord mentions become `@username`, emoji become `:emo
|
||||
| `db` | 5432 | PostgreSQL (auto-inits schema on first run via `setup.sh`) |
|
||||
| `pgadmin` | 5050 | Database admin UI (`user@pgadmin.com` / `password`) |
|
||||
| `server` | 53312, 8080, 53310, 54001-54008 | Erupe |
|
||||
| `web` | 80 | Apache for patch file hosting |
|
||||
|
||||
### Workflow
|
||||
|
||||
|
||||
Reference in New Issue
Block a user