Skip to content
Snippets Groups Projects
Commit b634839e authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

feat(post): add docker persistent storage for ghost files

parent d7f3ce27
No related branches found
No related tags found
2 merge requests!1251.14,!123feat/US32-add-attachment-file-to-post
......@@ -78,6 +78,8 @@ services:
database__connection__database: ghost
# this url value is just an example, and is likely wrong for your environment!
url: http://localhost:${GHOST_PORT}
volumes:
- ghost-content:/var/lib/ghost/content
ghost-db:
image: mysql:5.7
......@@ -126,6 +128,8 @@ volumes:
driver: local
db-elastic:
driver: local
ghost-content:
driver: local
networks:
backend:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment