We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ec1e0 commit ada5ec7Copy full SHA for ada5ec7
docker-compose.yml
@@ -3,7 +3,7 @@ version: '2'
3
services:
4
5
dms:
6
- image: andrglo/everest:18.14.2
+ image: andrglo/everest:latest
7
hostname: json-schema-entity
8
container_name: json-schema-entity-dms-1
9
command: tail -f /dev/null
@@ -20,15 +20,15 @@ services:
20
restart: always
21
22
mssql:
23
- image: mcr.microsoft.com/mssql/server:2019-CU11-ubuntu-20.04
+ image: mcr.microsoft.com/mssql/server:2022-CU1-ubuntu-20.04
24
container_name: json-schema-entity-mssql-1
25
environment:
26
- ACCEPT_EULA=Y
27
- SA_PASSWORD=Passw0rd
28
29
30
postgres:
31
- image: postgres:15.2-alpine
+ image: andrglo/postgres:15
32
container_name: json-schema-entity-postgres-1
33
34
- POSTGRES_USER=postgres
0 commit comments