fix(production): Updating docker images

This commit is contained in:
Chris Troutner
2022-05-16 12:30:58 -07:00
parent 5b37e47747
commit fb10e10226
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ RUN apt-get update
RUN apt-get install -y sudo git curl nano gnupg wget
#Install Node and NPM
RUN curl -sL https://deb.nodesource.com/setup_14.x -o nodesource_setup.sh
RUN curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh
RUN bash nodesource_setup.sh
RUN apt-get install -y nodejs build-essential
+4 -3
View File
@@ -14,7 +14,7 @@ services:
restart: always
ipfs:
image: ipfs/go-ipfs:v0.11.0
image: ipfs/go-ipfs:v0.12.0
container_name: ipfs
environment:
MY_ENV_VAR: 'placeholder'
@@ -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:
@@ -43,7 +43,8 @@ services:
restart: always
ipfs-service:
build: .
#build: .
image: christroutner/ipfs-service-provider:v2.2.1
container_name: ipfs-service
logging:
driver: 'json-file'