Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Jan 17, 2018
1 parent aab819f commit 5f70634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions optimal-buy-gdax-buy.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Requires=docker.service
TimeoutStartSec=0
ExecStartPre=-/usr/bin/docker stop optimal-buy-gdax
ExecStartPre=-/usr/bin/docker rm optimal-buy-gdax
ExecStartPre=/usr/bin/docker pull brndnmtthws/optimal-buy-gdax:v1.0.2
ExecStartPre=/usr/bin/docker pull brndnmtthws/optimal-buy-gdax:v1.0.3
ExecStart=/usr/bin/docker run --name optimal-buy-gdax \
-v /var/lib/optimal-buy-gdax:/usr/src/app/state \
brndnmtthws/optimal-buy-gdax:v1.0.2 \
brndnmtthws/optimal-buy-gdax:v1.0.3 \
--db-engine sqlite:///state/gdax_history.db \
--key myapikey \
--b64secret mysecret \
Expand Down
4 changes: 2 additions & 2 deletions optimal-buy-gdax-deposit.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Requires=docker.service
TimeoutStartSec=0
ExecStartPre=-/usr/bin/docker stop optimal-buy-gdax
ExecStartPre=-/usr/bin/docker rm optimal-buy-gdax
ExecStartPre=/usr/bin/docker pull brndnmtthws/optimal-buy-gdax:v1.0.2
ExecStartPre=/usr/bin/docker pull brndnmtthws/optimal-buy-gdax:v1.0.3
ExecStart=/usr/bin/docker run --name optimal-buy-gdax \
-v /var/lib/optimal-buy-gdax:/usr/src/app/state \
brndnmtthws/optimal-buy-gdax:v1.0.2 \
brndnmtthws/optimal-buy-gdax:v1.0.3 \
--db-engine sqlite:///state/gdax_history.db \
--key myapikey \
--b64secret mysecret \
Expand Down

0 comments on commit 5f70634

Please sign in to comment.