Added volume for postgres db
This commit is contained in:
parent
a0f4ef9389
commit
f54243f7de
|
@ -5,6 +5,8 @@ services:
|
||||||
postgres:
|
postgres:
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
volumes:
|
||||||
|
- ./postgres_data:/var/lib/postgresql/data
|
||||||
image: postgres:16
|
image: postgres:16
|
||||||
|
|
||||||
celery:
|
celery:
|
||||||
|
|
Loading…
Reference in New Issue