Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsuke/docker-postgres-mongo
Docker template including PostgreSQL & MongoDB & their GUI clients
https://github.com/gsuke/docker-postgres-mongo
docker docker-compose mongodb postgresql
Last synced: 1 day ago
JSON representation
Docker template including PostgreSQL & MongoDB & their GUI clients
- Host: GitHub
- URL: https://github.com/gsuke/docker-postgres-mongo
- Owner: gsuke
- License: mit
- Created: 2021-12-16T14:22:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T15:02:48.000Z (almost 3 years ago)
- Last Synced: 2023-07-30T10:34:17.309Z (over 1 year ago)
- Topics: docker, docker-compose, mongodb, postgresql
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Docker雛形: PostgreSQL + MongoDB
RDBとドキュメント型DBを含む**開発用**の雛形。
開発用GUI画面も含みます。== Usage
. パスワードや構成などを変更
. `docker-compose up -d`
. http://127.0.0.1:8081 と http://127.0.0.2:8081 にアクセスしてDBの設定
. データ削除は、 mongo と postgres ディレクトリを消せばOK。