Skip to content
Snippets Groups Projects
Commit 2dd06aee authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

refactor: updated local dev conf

parent d139f5bb
No related branches found
No related tags found
5 merge requests!96Deploy OpenShift v2,!95MEP fix liens undefined,!91MEP: removed Meilisearch,!79Fix: nginx unprivileged image,!77Back-office SGE before canary release
Pipeline #43863 passed
......@@ -10,7 +10,7 @@
/coverage
# production
/build
/image-lib
/mnt/image-lib
# misc
.DS_Store
/.env
......@@ -19,7 +19,8 @@
.env.test.local
.env.production.local
meili_data
db_data
npm-debug.log*
yarn-debug.log*
yarn-error.log*
\ No newline at end of file
yarn-error.log*
......@@ -17,6 +17,8 @@ services:
database-agent:
image: mysql:5
volumes:
- ./db_data:/var/lib/mysql
ports:
- 3306:3306
environment:
......@@ -29,7 +31,7 @@ services:
retries: 60
meilisearch:
image: getmeili/meilisearch:v0.27.2
image: getmeili/meilisearch:v0.28.1
healthcheck:
test: ['CMD', 'curl', '-f', 'http://0.0.0.0:7700']
interval: 10s
......@@ -61,9 +63,7 @@ services:
condition: service_healthy
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ./configs:/app/configs
- ./${IMAGE_FOLDER}:/app/${IMAGE_FOLDER}
- ./mnt:/app/mnt
ports:
- ${HTTPS_PORT}:${HTTPS_PORT}
- 8090:8090
......
{
"Key": "F+gSLqJL7zZynkJYp/fd2jI6t3TolYGRt9bjO7mMgQc="
}
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