Commit graph

3 commits

Author SHA1 Message Date
2df8c28199 #0000 - Update Factorio image to stable version
Switching from the latest to the stable version ensures more reliable operation by avoiding potential issues with newly introduced changes. This aligns the deployment with production standards for better stability.
2024-11-02 22:03:32 +01:00
49336e80ed #0000 - Update volume binding in docker-compose.yml
Changed the volume binding from ./testFolder to ./data to align with the new folder structure. This ensures the application accesses the correct directory for its data storage.
2024-10-22 19:20:47 +02:00
aba5f03fb3 #0000 - Create Docker setup for Factorio server
Added a `docker-compose.yml` for the Factorio game server, including volume mappings and port configurations. Introduced `.gitignore` to manage data folder exclusions. Updated `README.md` with setup instructions and licensing details.
2024-10-22 19:15:18 +02:00