mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-consumer.git
synced 2026-09-21 16:52:03 -07:00
fix(docker): mounting startup script on startup
This commit is contained in:
@@ -69,7 +69,7 @@ VOLUME /home/safeuser/keys
|
|||||||
EXPOSE 5010
|
EXPOSE 5010
|
||||||
|
|
||||||
# Start the application.
|
# Start the application.
|
||||||
COPY start-production.sh start-production.sh
|
#COPY start-production.sh start-production.sh
|
||||||
CMD ["./start-production.sh"]
|
CMD ["./start-production.sh"]
|
||||||
|
|
||||||
#CMD ["npm", "start"]
|
#CMD ["npm", "start"]
|
||||||
|
|||||||
@@ -43,8 +43,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
bch-consumer:
|
bch-consumer:
|
||||||
#build: .
|
build: .
|
||||||
image: christroutner/ipfs-bch-wallet-consumer:v1.8.0
|
#image: christroutner/ipfs-bch-wallet-consumer:v1.8.0
|
||||||
container_name: bch-consumer
|
container_name: bch-consumer
|
||||||
logging:
|
logging:
|
||||||
driver: 'json-file'
|
driver: 'json-file'
|
||||||
@@ -58,5 +58,6 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- '5010:5010' # <host port>:<container port>
|
- '5010:5010' # <host port>:<container port>
|
||||||
volumes:
|
volumes:
|
||||||
- ../data/ipfsdata:/home/safeuser/ipfs-service-provider/.ipfsdata
|
- ../data/ipfsdata:/home/safeuser/ipfs-bch-wallet-consumer/.ipfsdata
|
||||||
|
- ./start-production.sh:/home/safeuser/ipfs-bch-wallet-consumer/start-production.sh
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user