Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.64 KB

ServerConfig.md

File metadata and controls

24 lines (20 loc) · 1.64 KB

OdinFleet.Model.ServerConfig

Properties

Name Type Description Notes
Id int The id of the server configuration
BinaryId int The binary id of the server configuration
AppId int The app id of the server configuration
Name string The name of the server config
Command string The command to run in the container (overrides ENTRYPOINT of the Dockerfile)
Args string The arguments to pass to the command (overrides CMD of the Dockerfile)
Notes string The notes of the server config - to keep track of things and to inform colleagues
RestartPolicy RestartPolicy The policy used to restart this server
Resources ResourceAllocations The resources to be used in this config
Env List<EnvironmentVariableDefinition> The environment variable definitions to be used in this config
Mounts List<Mount> The mounts to use
Ports List<PortDefinition> The ports to expose
ConfigFiles List<ConfigFile> The config files to use
SecretFiles List<SecretFile> The secret files to use
Binary Binary The image that is used in this server config [optional]

[Back to Model list] [Back to API list] [Back to README]