Merge pull request #20 from Permissionless-Software-Foundation/ct-unstable

Improvements to production containers
This commit is contained in:
Chris Troutner
2022-05-01 10:30:45 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ RUN npm install
RUN npm run docs
# Copy the wallet files
COPY wallet.json wallet.json
#COPY wallet.json wallet.json
#VOLUME /home/safeuser/keys
+3 -3
View File
@@ -30,7 +30,7 @@ services:
- 172.17.0.1:8080:8080
volumes:
- ../data/go-ipfs/data:/data/ipfs
- ../data/go-ipfs/export:/export
- ../../swarm.key:/data/ipfs/swarm.key
# https://docs.docker.com/compose/compose-file/compose-file-v3/#command
# https://github.com/ipfs/go-ipfs/blob/91c52657166bcf86f2476926e4fe56694dc26562/Dockerfile#L115
command:
@@ -80,8 +80,8 @@ services:
- p2wdb
ports:
- '5700:5700' # <host port>:<container port>
# volumes:
# - ../data/ipfsdata:/home/safeuser/ipfs-service-provider/.ipfsdata
volumes:
- ../scripts/wallet.json:/home/safeuser/bch-dex/wallet.json
restart: always
dex-ui: