This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
examples/docker-compose-postgres Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG CONTAINER_RUNTIME=alpine3.8
33
44FROM node:10.12.0-alpine AS build-javascript
55ARG CLIENT_PACKAGE=@sqlstreamstore/browser
6- ARG CLIENT_VERSION=0.9.1
6+ ARG CLIENT_VERSION=0.9.2
77ARG NPM_REGISTRY=https://www.myget.org/F/sqlstreamstore/npm/
88
99ENV REACT_APP_CLIENT_VERSION=${CLIENT_VERSION}
Original file line number Diff line number Diff line change 33set -e
44
55CONTAINER_RUNTIME=${CONTAINER_RUNTIME:- alpine3.8}
6- LIBRARY_VERSION=${LIBRARY_VERSION:- 1.2.0-beta.3.6 }
7- CLIENT_VERSION=${CLIENT_VERSION:- 0.9.1 }
6+ LIBRARY_VERSION=${LIBRARY_VERSION:- 1.2.0-beta.3.12 }
7+ CLIENT_VERSION=${CLIENT_VERSION:- 0.9.2 }
88
99LOCAL_IMAGE=" sql-stream-store-server"
1010LOCAL=" ${LOCAL_IMAGE} :latest"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.1'
33services :
44 sql-stream-store :
55 container_name : sss-example-server
6- image : sqlstreamstore/server:1.2.0-beta.2 -alpine3.8
6+ image : sqlstreamstore/server:1.2.0-beta.3.12 -alpine3.8
77 ports :
88 - " 5000:80"
99 networks :
You can’t perform that action at this time.
0 commit comments