Skip to content

Commit

Permalink
Update Synology configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Apr 20, 2020
1 parent 58e791a commit 8fde729
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 245 deletions.
60 changes: 2 additions & 58 deletions postgres.json
@@ -1,34 +1,5 @@
{
"cap_add" : null,
"cap_drop" : null,
"cmd" : "postgres",
"cpu_priority" : 50,
"devices" : null,
"enable_publish_all_ports" : false,
"enable_restart_policy" : true,
"enabled" : true,
"entrypoint_default" : "docker-entrypoint.sh",
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/10/bin"
},
{
"key" : "GOSU_VERSION",
"value" : "1.10"
},
{
"key" : "LANG",
"value" : "en_US.utf8"
},
{
"key" : "PG_MAJOR",
"value" : "10"
},
{
"key" : "PG_VERSION",
"value" : "10.5-2.pgdg90+1"
},
{
"key" : "PGDATA",
"value" : "/var/lib/postgresql/data"
Expand All @@ -46,40 +17,13 @@
"value" : "1234"
}
],
"exporting" : false,
"id" : "31b1f071e4f98c6ab607fc105013675c1575b4fc8abd406553cfb92cc909af29",
"image" : "postgres:10",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
"memory_limit" : 0,
"image" : "postgres:12",
"name" : "postgres",
"network" : [
{
"driver" : "bridge",
"name" : "bridge"
}
],
"network_mode" : "bridge",
"port_bindings" : [
{
"container_port" : 5432,
"host_port" : 0,
"type" : "tcp"
}
],
"privileged" : false,
"shortcut" : {
"enable_shortcut" : false
},
"ulimits" : null,
"use_host_network" : false,
"volume_bindings" : [
{
"host_volume_file" : "/paperless/pgdata",
"mount_point" : "/var/lib/postgresql/data",
"type" : "rw"
}
],
"volumes_from" : null
]
}
55 changes: 0 additions & 55 deletions sbrunner-scan-to-paperless-debug.json

This file was deleted.

36 changes: 2 additions & 34 deletions sbrunner-scan-to-paperless-test.json
@@ -1,17 +1,5 @@
{
"cap_add" : [],
"cap_drop" : [],
"cmd" : "/opt/process",
"cpu_priority" : 50,
"devices" : null,
"enable_publish_all_ports" : false,
"enable_restart_policy" : true,
"enabled" : false,
"env_variables" : [
{
"key" : "LANG",
"value" : "C.UTF-8"
},
{
"key" : "PROGRESS",
"value" : "TRUE"
Expand All @@ -21,36 +9,16 @@
"value" : "TRUE"
}
],
"exporting" : false,
"id" : "3b6322a6058f8a6a02d23157c8e8dd724e136a2c59cc7c1e0b34e13d496fb973",
"image" : "sbrunner/scan-to-paperless:test",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
"memory_limit" : 0,
"name" : "sbrunner-scan-to-paperless-test",
"network" : [
{
"driver" : "bridge",
"name" : "bridge"
}
],
"network_mode" : "bridge",
"port_bindings" : [],
"privileged" : false,
"shortcut" : {
"enable_shortcut" : false
},
"ulimits" : null,
"use_host_network" : false,
"volume_bindings" : [
{
"host_volume_file" : "/paperless/scan-test",
"host_volume_file" : "/paperless/test/scan",
"mount_point" : "/source",
"type" : "rw"
},
{
"host_volume_file" : "/paperless/consume",
"host_volume_file" : "/paperless/test/consume",
"mount_point" : "/destination",
"type" : "rw"
}
Expand Down
44 changes: 0 additions & 44 deletions sbrunner-scan-to-paperless.json
@@ -1,50 +1,6 @@
{
"cap_add" : [],
"cap_drop" : [],
"cmd" : "/opt/process",
"cpu_priority" : 50,
"devices" : null,
"enable_publish_all_ports" : false,
"enable_restart_policy" : true,
"enabled" : false,
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key" : "DEBIAN_FRONTEND",
"value" : "noninteractive"
},
{
"key" : "LANG",
"value" : "C.UTF-8"
}
],
"exporting" : false,
"id" : "082462f4f7ed0de9be6724d84ea5073d694a545778c521637fd3700a63778203",
"image" : "sbrunner/scan-to-paperless:latest",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
"memory_limit" : 0,
"name" : "sbrunner-scan-to-paperless",
"network" : [
{
"driver" : "bridge",
"name" : "bridge"
}
],
"network_mode" : "bridge",
"port_bindings" : [],
"privileged" : false,
"shortcut" : {
"enable_shortcut" : false,
"enable_status_page" : false,
"enable_web_page" : false,
"web_page_url" : ""
},
"use_host_network" : false,
"volume_bindings" : [
{
"host_volume_file" : "/paperless/scan",
Expand Down
33 changes: 6 additions & 27 deletions thepaperlessproject-paperless-consumer.json
@@ -1,16 +1,9 @@
{
"cap_add" : [],
"cap_drop" : [],
"cmd" : "document_consumer",
"cpu_priority" : 10,
"devices" : null,
"enable_publish_all_ports" : false,
"enable_restart_policy" : true,
"enabled" : true,
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
"key" : "TZ",
"value" : "Europe/Zurich"
},
{
"key" : "PAPERLESS_EXPORT_DIR",
Expand Down Expand Up @@ -59,34 +52,20 @@
{
"key" : "PAPERLESS_FORGIVING_OCR",
"value" : "true"
},
{
"key" : "PAPERLESS_FILENAME_FORMAT",
"value" : "{correspondent}/{title}-{created}"
}
],
"exporting" : false,
"id" : "1d5146d6c896bc58289c845478ec4b166d2059b9766ead6d1759b6c2c1f23e98",
"image" : "thepaperlessproject/paperless:latest",
"is_ddsm" : false,
"is_package" : false,
"links" : [
{
"alias" : "postgres",
"link_container" : "postgres"
}
],
"memory_limit" : 4294967296,
"name" : "thepaperlessproject-paperless-consumer",
"network" : [
{
"driver" : "bridge",
"name" : "bridge"
}
],
"network_mode" : "bridge",
"port_bindings" : [],
"privileged" : false,
"shortcut" : {
"enable_shortcut" : false
},
"use_host_network" : false,
"volume_bindings" : [
{
"host_volume_file" : "/paperless/dumpdata",
Expand Down
33 changes: 6 additions & 27 deletions thepaperlessproject-paperless-webserver.json
@@ -1,16 +1,8 @@
{
"cap_add" : [],
"cap_drop" : [],
"cmd" : "runserver --insecure --noreload 0.0.0.0:8000",
"cpu_priority" : 50,
"devices" : null,
"enable_publish_all_ports" : false,
"enable_restart_policy" : true,
"enabled" : true,
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
"key" : "TZ",
"value" : "Europe/Zurich"
},
{
"key" : "PAPERLESS_EXPORT_DIR",
Expand Down Expand Up @@ -51,40 +43,27 @@
{
"key" : "PAPERLESS_INLINE_DOC",
"value" : "true"
},
{
"key" : "PAPERLESS_FILENAME_FORMAT",
"value" : "{correspondent}/{title}-{created}"
}
],
"exporting" : false,
"id" : "86b2500737e457de61b6805c90cce72fa6b9aa6e92fe37ea17b5edfff70036ff",
"image" : "thepaperlessproject/paperless:latest",
"is_ddsm" : false,
"is_package" : false,
"links" : [
{
"alias" : "postgres",
"link_container" : "postgres"
}
],
"memory_limit" : 0,
"name" : "thepaperlessproject-paperless-webserver",
"network" : [
{
"driver" : "bridge",
"name" : "bridge"
}
],
"network_mode" : "bridge",
"port_bindings" : [
{
"container_port" : 8000,
"host_port" : 8000,
"type" : "tcp"
}
],
"privileged" : false,
"shortcut" : {
"enable_shortcut" : false
},
"use_host_network" : false,
"volume_bindings" : [
{
"host_volume_file" : "/paperless/dumpdata",
Expand Down

0 comments on commit 8fde729

Please sign in to comment.