Update seeder and migrations to use new docker images.

This commit is contained in:
Dane Everitt 2017-03-18 14:49:48 -04:00
parent 710d5f111a
commit 9a803e61ec
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 24 additions and 12 deletions

View file

@ -74,7 +74,7 @@ class TerrariaServiceTableSeeder extends Seeder
], [
'name' => 'Terraria Server (TShock)',
'description' => 'TShock is a server modification for Terraria, written in C#, and based upon the Terraria Server API. It uses JSON for configuration management, and offers several features not present in the Terraria Server normally.',
'docker_image' => 'quay.io/pterodactyl/terraria:tshock',
'docker_image' => 'quay.io/pterodactyl/core:mono',
'config_startup' => '{"userInteraction": [ "You need to agree to the EULA"]}',
'config_startup' => '{"done": "Type \'help\' for a list of commands", "userInteraction": []}',
'config_files' => '{"tshock/config.json":{"parser": "json", "find":{"ServerPort": "{{server.build.default.port}}", "MaxSlots": "{{server.build.env.MAX_SLOTS}}"}}}',