Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ services:
restart: always
ports:
- 127.0.0.1:${DB_PORT}:${DB_PORT}
# Uncomment volumes below to persist postgres data. Make sure to change directory to store data locally
# Uncomment volumes below to persist PostgreSQL data. Make sure to change the directory to store data locally
# volumes:
# - /My/Encrypted/Drive/data:/var/lib/postgresql/data #Mount your own drive
# - /My/Encrypted/Drive/data:/var/lib/postgresql/18/docker #Mount your own drive, be sure to change 18 to your respective postgres version
# - /My/Encrypted/Drive/archivedir:/var/lib/postgresql/archivedir #Mount your own drive
monitor:
image: percona/pmm-server:2
restart: always
ports:
- 127.0.0.1:1080:${PMM_PORT} # Unsecure connections
- 127.0.0.1:1443:${PMM_TLS_PORT} # Secure connections
# Uncomment volumes below to persist postgres data. Make sure to change directory to store data locally
# Uncomment volumes below to persist monitor data. Make sure to change the directory to store data locally
# volumes:
# - /My/Encrypted/Drive/srv:/srv