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

Merge branch 'feat/US32-add-attachment-file-to-post' into 'dev'

feat/US32-add-attachment-file-to-post

See merge request web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_server!123
parents 3436cbbb b634839e
Branches
Tags
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.
Please register or to comment