Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
`metabase` service (not `postgres`) should be on `dokploy-network`
  • Loading branch information
jimkring authored Jan 18, 2025
1 parent 30d20bd commit 8f0244c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dokploy/templates/metabase/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ services:
interval: 15s
timeout: 5s
retries: 5
networks:
- dokploy-network
postgres:
image: postgres:14
environment:
POSTGRES_USER: metabase
POSTGRES_DB: metabaseappdb
POSTGRES_PASSWORD: mysecretpassword
networks:
- dokploy-network

0 comments on commit 8f0244c

Please sign in to comment.