mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +00:00
Revert "add persistance to Postresql container" (#1251)
This commit is contained in:
@@ -3,13 +3,9 @@ services:
|
||||
db:
|
||||
restart: always
|
||||
image: postgres:alpine
|
||||
volumes:
|
||||
- ./postgres-data:/var/lib/postgresql/data
|
||||
redis:
|
||||
restart: always
|
||||
image: redis:alpine
|
||||
volumes:
|
||||
- ./redis:/data
|
||||
web:
|
||||
restart: always
|
||||
build: .
|
||||
|
||||
Reference in New Issue
Block a user