AdamSulek / timelogs

0 stars 1 forks source link

[task] connecting with metabase #35

Open AdamSulek opened 3 years ago

AdamSulek commented 3 years ago

metabase is running by default on port 3000 you can map your machine port (ex. 3001) to container port 3000

ports:

set hostname and another environment variables: MB_DB_TYPE: MB_DB_DBNAME: MB_DB_PORT: 5432 MB_DB_USER: MB_DB_PASS: MB_DB_HOST:

to get access to postgres database set depends_on:

to store data in metabase on machine create disc space where the data will be stored with volume directive volumes: