You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.
Original issue by @evleite from here:
It would be great to configure more than one db on the same container and it could be used on docker compose file like this:
docker run --name postgres -d
-e 'POSTGRES_USER=jira'
-e 'POSTGRES_PASSWORD=jellyfish'
-e 'POSTGRES_DB1=jiradb'
-e 'POSTGRES_ENCODING1=UNICODE'
-e 'POSTGRES_COLLATE1=C'
-e 'POSTGRES_COLLATE_TYPE1=C'
-e 'POSTGRES_DB2=confluencedb'
-e 'POSTGRES_ENCODING2=UNICODE'
-e 'POSTGRES_COLLATE2=C'
-e 'POSTGRES_COLLATE_TYPE2=C'
-e 'POSTGRES_DB3=bitbucketdb'
-e 'POSTGRES_ENCODING3=UNICODE'
-e 'POSTGRES_COLLATE3=C'
-e 'POSTGRES_COLLATE_TYPE3=C'
blacklabelops/postgres
This way we can have one single db server/container.
The text was updated successfully, but these errors were encountered: