Вынесены файлы postgres, добавлен индекс на packet.stream_id
This commit is contained in:
@@ -41,6 +41,8 @@ services:
|
||||
POSTGRES_DB: ${PACKMATE_DB_NAME:-packmate}
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- "./docker/postgres_data:/var/lib/postgresql/data"
|
||||
network_mode: "host"
|
||||
image: packmate-db:v1
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user