Created
May 4, 2016 02:32
-
-
Save tenken/17a99f0c18c3602067bcdb42dfd03f7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cap_add" : [], | |
"cap_drop" : [], | |
"cmd" : "", | |
"cpu_priority" : 0, | |
"ddsm_bind_share" : "", | |
"devices" : [], | |
"enable_publish_all_ports" : false, | |
"enable_restart_policy" : false, | |
"enabled" : true, | |
"env_variables" : [ | |
{ | |
"fixed" : false, | |
"key" : "GITLAB_HOST", | |
"value" : "*****.synology.me" | |
}, | |
{ | |
"fixed" : false, | |
"key" : "GITLAB_PORT", | |
"value" : "30000" | |
}, | |
{ | |
"fixed" : false, | |
"key" : "GITLAB_SSH_PORT", | |
"value" : "30001" | |
}, | |
{ | |
"fixed" : false, | |
"key" : "GITLAB_EMAIL", | |
"value" : "david.*****@gmail.com" | |
}, | |
{ | |
"fixed" : false, | |
"key" : "DB_TYPE", | |
"value" : "mysql" | |
}, | |
{ | |
"fixed" : false, | |
"key" : "DB_HOST", | |
"value" : "172.17.0.1" | |
}, | |
{ | |
"fixed" : false, | |
"key" : "DB_NAME", | |
"value" : "gitlab" | |
}, | |
{ | |
"fixed" : false, | |
"key" : "DB_USER", | |
"value" : "gitlab" | |
}, | |
{ | |
"fixed" : false, | |
"key" : "DB_PASS", | |
"value" : "*****" | |
}, | |
{ | |
"fixed" : false, | |
"key" : "GITLAB_SECRETS_DB_KEY_BASE", | |
"value" : "*****" | |
}, | |
{ | |
"fixed" : false, | |
"key" : "SMTP_ENABLED", | |
"value" : "false" | |
}, | |
{ | |
"fixed" : false, | |
"key" : "SMTP_DOMAIN", | |
"value" : "www.gmail.com" | |
}, | |
{ | |
"fixed" : false, | |
"key" : "SMTP_HOST", | |
"value" : "smtp.gmail.com" | |
}, | |
{ | |
"fixed" : false, | |
"key" : "SMTP_PORT", | |
"value" : "587" | |
}, | |
{ | |
"fixed" : false, | |
"key" : "SMTP_USER", | |
"value" : "david.*****" | |
}, | |
{ | |
"fixed" : false, | |
"key" : "SMTP_PASS", | |
"value" : "*****" | |
}, | |
{ | |
"fixed" : false, | |
"key" : "SMTP_OPENSSL_VERIFY_MODE", | |
"value" : "peer" | |
} | |
], | |
"exporting" : false, | |
"id" : "03986d34cfe8266430a10703289308316a34a309b178b205bb79b48d4de0a27e", | |
"image" : "sameersbn/gitlab:8.6.2", | |
"is_ddsm" : false, | |
"is_package" : true, | |
"links" : [ | |
{ | |
"alias" : "redisio", | |
"fixed" : false, | |
"link_container" : "synology_gitlab_redis" | |
} | |
], | |
"memory_limit" : 0, | |
"name" : "synology_gitlab", | |
"pin" : false, | |
"port_bindings" : [ | |
{ | |
"container_port" : 80, | |
"fixed" : false, | |
"host_port" : 30000, | |
"type" : "tcp" | |
}, | |
{ | |
"container_port" : 22, | |
"fixed" : false, | |
"host_port" : 30001, | |
"type" : "tcp" | |
} | |
], | |
"privileged" : false, | |
"shortcut" : { | |
"enable_shortcut" : false | |
}, | |
"volume_bindings" : [ | |
{ | |
"fixed" : false, | |
"host_volume_file" : "/docker/gitlab", | |
"mount_point" : "/home/git/data", | |
"type" : "rw" | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ash-4.3# more synology_gitlab_redis.config | |
{ | |
"cap_add" : [], | |
"cap_drop" : [], | |
"cmd" : "", | |
"cpu_priority" : 0, | |
"ddsm_bind_share" : "", | |
"devices" : [], | |
"enable_publish_all_ports" : false, | |
"enabled" : true, | |
"env_variables" : [], | |
"exporting" : false, | |
"id" : 0, | |
"image" : "", | |
"is_ddsm" : false, | |
"is_package" : false, | |
"links" : [], | |
"memory_limit" : 0, | |
"name" : "", | |
"pin" : false, | |
"port_bindings" : [], | |
"privileged" : false, | |
"shortcut" : { | |
"enable_shortcut" : false, | |
"enable_status_page" : false, | |
"enable_web_page" : false, | |
"web_page_url" : "" | |
}, | |
"volume_bindings" : [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment