- Notifications
You must be signed in to change notification settings - Fork2
Docker image for Message DB
License
NotificationsYou must be signed in to change notification settings
articulate/docker-message-db
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Docker image forMessage DB, built onpostgres:latest.
Here's a barebonesdocker-compose.yml for an app that uses Message DB:
version:'3.7'services:app:build:.depends_on: -message_dbenvironment: -MESSAGE_STORE_URI=postgresql://message_store@message_db:5432/message_storemessage_db:image:articulate/message-db:1.2.2environment:POSTGRES_HOST_AUTH_METHOD:trustexpose: -'5432'
About
Docker image for Message DB
Topics
Resources
License
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.