fix: clean up Docker setup (compose, README, gitignore)

- Remove deprecated version field from docker-compose.yml
- Pin Postgres to 18-alpine (matches existing db-data)
- Remove undocumented web (Apache) service
- Fix config/bin volume mounts to use docker/ directory
- Gitignore docker/savedata, docker/bin, docker/config.json
- Rewrite docker/README.md: fix typos, use docker compose V2
  commands, match actual compose file behavior
- Link docker/README.md from main README Docker section
This commit is contained in:
Houmgaor
2026-02-17 15:16:57 +01:00
parent 3413ff638a
commit a8f70df1fb
4 changed files with 59 additions and 90 deletions

View File

@@ -40,6 +40,8 @@ Docker handles the database automatically. You only need to provide quest files
pgAdmin is available at `http://localhost:5050` for database management.
See [docker/README.md](./docker/README.md) for more details (local builds, troubleshooting).
### Option B: Pre-compiled Binary
1. Download the latest release for your platform from [GitHub Releases](https://github.com/Mezeporta/Erupe/releases/latest):