Commit Graph

5 Commits

Author SHA1 Message Date
Deckard
10713b677a Fix volume path configuration for Portainer NFS deployment
- Fix client data volume to use consistent STORAGE_PATH_CONTAINERS pattern
- Add missing ac_data volume definition for local development fallback
- Ensures files go to /nfs/containers/azerothcore/data instead of nested paths
2025-09-27 14:57:53 -04:00
Deckard
6787cf863e Fix all command syntax issues for Portainer compatibility
- Convert MySQL command args from folded scalar to array format
- Convert multiline script commands to Portainer-compatible syntax
- Remove nested quoted strings that cause YAML parsing errors
2025-09-27 03:28:09 -04:00
Deckard
6d15bcef6f Fix ac-client-data command syntax for Portainer compatibility 2025-09-27 03:22:50 -04:00
Deckard
a0cc5cc79a Fix YAML smart quotes causing Portainer deployment error
Replace smart quotes with standard quotes in client-data download script
to resolve 'top-level object must be a mapping' error in Portainer
2025-09-27 03:12:18 -04:00
Deckard
d03eed0b06 Simplify compose files: rename unified to docker-compose.yml and remove portainer-stack.yml
- Rename acore-unified.yml to standard docker-compose.yml for easier usage
- Remove portainer-stack.yml as functionality is now unified in main compose file
- Standardizes on single compose file for both local and Portainer deployment
2025-09-27 03:03:36 -04:00