diff --git a/production/docker/bch-dex/Dockerfile b/production/docker/bch-dex/Dockerfile index 434c43e..77ed09e 100644 --- a/production/docker/bch-dex/Dockerfile +++ b/production/docker/bch-dex/Dockerfile @@ -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 diff --git a/production/docker/docker-compose.yml b/production/docker/docker-compose.yml index 240aecc..3c7cf48 100644 --- a/production/docker/docker-compose.yml +++ b/production/docker/docker-compose.yml @@ -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' # : - # volumes: - # - ../data/ipfsdata:/home/safeuser/ipfs-service-provider/.ipfsdata + volumes: + - ../scripts/wallet.json:/home/safeuser/bch-dex/wallet.json restart: always dex-ui: