mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
add persistance to Postresql container
This commit is contained in:
parent
ed22f65b3c
commit
4512fde181
@ -3,6 +3,8 @@ services:
|
||||
db:
|
||||
restart: always
|
||||
image: postgres:alpine
|
||||
volumes:
|
||||
- ./postgres-data:/var/lib/postgresql/data
|
||||
redis:
|
||||
restart: always
|
||||
image: redis:alpine
|
||||
|
Loading…
Reference in New Issue
Block a user