mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 23:54:33 +01:00
- 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
30 lines
307 B
Plaintext
30 lines
307 B
Plaintext
.idea/
|
|
|
|
www/jp/
|
|
vendor/
|
|
*.bin
|
|
savedata/*/
|
|
*.exe
|
|
*.lnk
|
|
*.bat
|
|
/docker/db-data
|
|
/docker/savedata
|
|
/docker/bin
|
|
/docker/config.json
|
|
screenshots/*
|
|
|
|
# We don't need built files
|
|
erupe-ce
|
|
erupe
|
|
tools/loganalyzer/loganalyzer
|
|
|
|
# config is install dependent
|
|
config.json
|
|
.env
|
|
|
|
# Logs
|
|
logs/
|
|
|
|
# Deployment scripts
|
|
deploy.sh
|