Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paoliniluis/postgres-metabase-stack-m1
Just a simple postgres stack for M1
https://github.com/paoliniluis/postgres-metabase-stack-m1
Last synced: about 9 hours ago
JSON representation
Just a simple postgres stack for M1
- Host: GitHub
- URL: https://github.com/paoliniluis/postgres-metabase-stack-m1
- Owner: paoliniluis
- Created: 2023-06-05T20:57:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-17T19:12:57.000Z (9 months ago)
- Last Synced: 2024-02-17T20:26:43.122Z (9 months ago)
- Language: Python
- Size: 1.84 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Contents of this docker-compose
===============================This is the old school Metabase + postgreSQL as the Application database + a postgres with the sample db and a postgres with fake data
- Metabase is exposed through port 3000
- PosgreSQL is exposed through port 5432, 5435 and 5433. You can see the credentials in the docker-compose.yaml fileAll containers are in the same metanet1 network and you can wipe postgreSQL database by doing sudo `rm -rf /postgres_origin` on this folder (/environments/postgres)
The postgres DB's will be connected directly and through an SSH tunnel as well