ci(docker): add volume to store data for postgres in compose

This commit is contained in:
Anhgelus Morhtuuzh 2024-04-18 00:41:21 +02:00
parent df321f8795
commit 18fec5a866
No known key found for this signature in database
GPG key ID: CF4550297832A29F

View file

@ -13,4 +13,6 @@ services:
postgres:
image: postgres:alpine
env_file:
- .env
- .env
volumes:
- ./data:/var/lib/postgresql/data