- change version on 1.8
- add docker-compose - update entaxy
This commit is contained in:
3
distribution/entaxy-docker/postgres/Dockerfile
Normal file
3
distribution/entaxy-docker/postgres/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM postgres
|
||||
|
||||
COPY create-db.sql /docker-entrypoint-initdb.d/
|
4
distribution/entaxy-docker/postgres/create-db.sql
Normal file
4
distribution/entaxy-docker/postgres/create-db.sql
Normal file
@ -0,0 +1,4 @@
|
||||
CREATE DATABASE esb_entaxy;
|
||||
GRANT ALL PRIVILEGES ON DATABASE esb_entaxy TO entaxy;
|
||||
CREATE DATABASE db_connector_test;
|
||||
GRANT ALL PRIVILEGES ON DATABASE db_connector_test TO entaxy;
|
Reference in New Issue
Block a user