Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
some updates to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Aug 30, 2018
1 parent f76360f commit 6ff7db5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docker-compose.yml
Expand Up @@ -17,9 +17,9 @@ services:
- MONGO_USERNAME=iquidus
- MONGO_PASSWORD=3xp!0reR
- RPC_HOST=peercoind
- RPC_PORT=16021
- RPC_PORT=19904
- RPC_USERNAME=slimshady
- RPC_PASSWORD=${RPC_PASSWORD}
- RPC_PASSWORD=mynameis
mongo:
image: mongo
volumes:
Expand All @@ -32,13 +32,12 @@ services:
command:
-testnet
-rpcallowip=*
-rpcport=9904
volumes:
- peercoindb:/home/coin/.peercoin
ports:
- "9904:9904"
- "9904:19904"
environment:
- PPC_RPC_USER=slimshady
- PPC_RPC_USER=${RPC_USERNAME}
- PPC_RPC_PASSWORD=${RPC_PASSWORD}
volumes:
mongodb:
Expand Down

0 comments on commit 6ff7db5

Please sign in to comment.