Skip to content

Commit

Permalink
add postgres, redis, haproxy lb containers for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Nov 29, 2024
1 parent 9e067ea commit ecc70ca
Show file tree
Hide file tree
Showing 8 changed files with 6,835 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-entrypoint-initdb.d/1-dev-users.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CREATE USER orcid WITH PASSWORD 'orcid';
CREATE USER statistics WITH PASSWORD 'statistics';
CREATE USER orcidro WITH PASSWORD 'orcidro';
CREATE USER dw_user WITH PASSWORD 'dw_user';

8 changes: 8 additions & 0 deletions docker-entrypoint-initdb.d/2-createdb.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CREATE DATABASE orcid;

CREATE DATABASE statistics;

CREATE DATABASE features;

CREATE DATABASE message_listener;

Loading

0 comments on commit ecc70ca

Please sign in to comment.