Skip to content

Commit

Permalink
Merge pull request #236 from tsugumi-sys/feature/adding-metabase
Browse files Browse the repository at this point in the history
adding metabase as volume
  • Loading branch information
tsugumi-sys authored Aug 18, 2024
2 parents 60dfe42 + ad585d9 commit 90328c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ services:
POSTGRES_USER: metabase
POSTGRES_DB: metabaseappdb
POSTGRES_PASSWORD: mysecretpassword
volumes:
- postgres_data_for_metabase:/var/lib/postgresql/data
networks:
- metanet1
stocklake-db:
Expand All @@ -56,3 +58,4 @@ networks:

volumes:
postgres_data:
postgres_data_for_metabase:

0 comments on commit 90328c9

Please sign in to comment.