Skip to content

Commit

Permalink
feat: add db network
Browse files Browse the repository at this point in the history
Signed-off-by: Kago Kagichiri <[email protected]>
  • Loading branch information
kulemantu committed Nov 23, 2023
1 parent acf305d commit 4701673
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion metabase/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ services:
MB_DB_HOST: postgres
networks:
- default
- proxy
- proxy # for proxy
- dbnet # for db storage
healthcheck:
test: curl --fail -I http://localhost:3000/api/health || exit 1
interval: 15s
Expand All @@ -42,6 +43,8 @@ services:
networks:
proxy:
external: true
dbnet:
external: true

volumes:
mb_postgres_data:

0 comments on commit 4701673

Please sign in to comment.