mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
fix(dev): persist Postgres data in dev compose
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
||||
POSTGRES_USER: memoh
|
||||
POSTGRES_PASSWORD: memoh123
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
- postgres_data:/var/lib/postgresql
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "${MEMOH_DEV_POSTGRES_PORT:-15432}:5432"
|
||||
|
||||
Reference in New Issue
Block a user