Added volume for postgres db

This commit is contained in:
Анатолий Богомолов 2024-01-31 21:06:28 +10:00
parent a0f4ef9389
commit f54243f7de
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ services:
postgres:
env_file:
- .env
volumes:
- ./postgres_data:/var/lib/postgresql/data
image: postgres:16
celery: