minor tweeks to docker files

This commit is contained in:
Chris Troutner
2021-12-29 18:31:01 -08:00
parent b8f262b01b
commit 01da1b44da
3 changed files with 6 additions and 3 deletions
+2
View File
@@ -70,6 +70,8 @@ RUN mkdir /home/safeuser/.ipfsdata
#VOLUME /home/safeuser/ipfsdata
#VOLUME /home/safeuser/orbitdb
EXPOSE 5010
# Start the application.
COPY start-production.sh start-production.sh
CMD ["./start-production.sh"]
+2 -2
View File
@@ -52,8 +52,8 @@ services:
max-file: '10'
mem_limit: 1000mb
links:
- bch-wallet-mongo
- bch-wallet-ipfs
- mongo-bch-service
- ipfs-bch-wallet
ports:
- '5010:5010' # <host port>:<container port>
volumes: