Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- **3003** - Group Charter Manager API
- **4001** - DreamSync API
- **4002** - eVoting API
- **4003** - Emover API
- **5000** - eReputation Service
- **5001** - Marketplace Service
- **1111** - Pictique API
Expand All @@ -27,6 +28,7 @@
- **5173** - Pictique Frontend
- **3004** - Group Charter Manager Frontend
- **3005** - eVoting Frontend
- **3006** - Emover Frontend

### Docker Compose Profiles

Expand Down
2 changes: 1 addition & 1 deletion dev-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ services:
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
- POSTGRES_MULTIPLE_DATABASES=registry,pictique,evoting,dreamsync,cerberus,group_charter_manager,blabsy_auth,ereputation,marketplace
- POSTGRES_MULTIPLE_DATABASES=registry,pictique,evoting,dreamsync,cerberus,group_charter_manager,blabsy_auth,ereputation,marketplace,emover
volumes:
- postgres_data:/var/lib/postgresql/data
- ./db/init-multiple-databases.sh:/docker-entrypoint-initdb.d/init-multiple-databases.sh
Expand Down
Loading