Skip to content

Commit

Permalink
PMM-7 Update docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Jun 5, 2024
1 parent b91c243 commit cf473fb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pmm-app/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@ version: "3"
services:
pmm-server:
container_name: pmm-server
image: perconalab/pmm-server:dev-latest
image: perconalab/pmm-server:3-dev-latest
volumes:
- "./dist:/srv/grafana/plugins/pmm-app/dist"
environment:
- PMM_DEBUG=1
- PERCONA_PORTAL_URL=https://portal-dev.percona.com
- PMM_DEV_PERCONA_PLATFORM_ADDRESS=https://check-dev.percona.com:443
- PMM_DEV_PERCONA_PLATFORM_PUBLIC_KEY=RWTkF7Snv08FCboTne4djQfN5qbrLfAjb8SY3/wwEP+X5nUrkxCEvUDJ
ports:
- 80:80
- 443:443
- 80:8080
- 443:8443
- 29000:9000
- 9933:9933
restart: always
Expand Down

0 comments on commit cf473fb

Please sign in to comment.