Вынесены файлы postgres, добавлен индекс на packet.stream_id

This commit is contained in:
serega6531
2020-04-07 23:19:56 +03:00
parent d35046b2a6
commit 1c397db475
4 changed files with 6 additions and 1 deletions

View File

@@ -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