Skip to content

Commit

Permalink
Merge pull request #43 from titouanfreville/issue-30-secureAPI
Browse files Browse the repository at this point in the history
Trying to solve empty.
  • Loading branch information
titouanfreville authored Mar 14, 2017
2 parents 840baaf + e676f57 commit 218c01e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,14 @@ OUTPUT=`curl -X POST --header 'Content-Type: application/json' \
\"Image\": \"${REPO}/popcubeapi:$1\",
\"Env\": [
\"VIRTUAL_NETWORK=nginx-proxy\",
\"VIRTUAL_PORT=3000\",
\"MYSQL_PASSWORD=test\",
\"MYSQL_ROOT_PASSWORD=popcube_dev\",
\"MYSQL_USER=test_user\",
\"MYSQL_DATABASE=popcube_dev\"
\"VIRTUAL_HOST=api-alpha.popcube.xyz\",
\"LETSENCRYPT_HOST=api-alpha.popcube.xyz\",
\"[email protected]\",
\"VIRTUAL_PORT=3000\"
\"[email protected]\"
],
\"HostConfig\": {
\"Links\": [
Expand Down

0 comments on commit 218c01e

Please sign in to comment.