Skip to content

Commit

Permalink
Merge pull request #134 from ShokoAnime/synology-docker-fix
Browse files Browse the repository at this point in the history
Add back `synology-dockerfile.json` which went missing
  • Loading branch information
ElementalCrisis authored Oct 13, 2024
2 parents aa99d21 + 1730670 commit 241d182
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions docs/public/files/synology-dockerfile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"cap_add" : null,
"cap_drop" : null,
"cmd" : "",
"cpu_priority" : 50,
"devices" : null,
"enable_publish_all_ports" : false,
"enable_restart_policy" : true,
"enabled" : false,
"entrypoint_default" : "/bin/sh -c /bin/bash /dockerentry.sh",
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key" : "ASPNETCORE_URLS",
"value" : "http://+:80"
},
{
"key" : "DOTNET_RUNNING_IN_CONTAINER",
"value" : "true"
},
{
"key" : "DOTNET_VERSION",
"value" : "8.0.10"
},
{
"key" : "ASPNET_VERSION",
"value" : "8.0.10"
},
{
"key" : "PUID",
"value" : "replace-with-your-uid"
},
{
"key" : "PGID",
"value" : "100"
},
{
"key" : "LANG",
"value" : "C.UTF-8"
},
{
"key" : "LC_CTYPE",
"value" : "C.UTF-8"
},
{
"key" : "LC_ALL",
"value" : "C.UTF-8"
}
],
"exporting" : false,
"id" : "",
"image" : "ghcr.io/shokoanime/server:latest",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
"memory_limit" : 0,
"name" : "shokoserver",
"network" : [
{
"driver" : "host",
"name" : "host"
}
],
"network_mode" : "host",
"port_bindings" : [],
"privileged" : false,
"shortcut" : {
"enable_shortcut" : false
},
"use_host_network" : true,
"volume_bindings" : [
{
"host_volume_file" : "/docker/shokoserver",
"mount_point" : "/home/shoko/.shoko",
"type" : "rw"
},
{
"host_volume_file" : "/path/to/anime",
"mount_point" : "/mnt/anime",
"type" : "rw"
}
]
}

0 comments on commit 241d182

Please sign in to comment.