Skip to content

Instantly share code, notes, and snippets.

View AresDev's full-sized avatar

Armando Restrepo AresDev

View GitHub Profile
@lpg-mac
lpg-mac / deeplinks-entitlements.js
Created July 6, 2017 15:34
Cordova hook for iOS deeplink entitlements
@usk81
usk81 / Dockerfile
Last active December 4, 2017 04:15
Docker compose for Couchbase community edition
FROM couchbase:community
COPY configure-node.sh /opt/couchbase
#HEALTHCHECK --interval=5s --timeout=3s CMD curl --fail http://localhost:8091/pools || exit 1
CMD ["/opt/couchbase/configure-node.sh"]