Skip to content
Snippets Groups Projects
Commit 70b630dd authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: update missing conf in docker-compose

parent 92e20be4
No related branches found
No related tags found
2 merge requests!96release V1.10.0,!83Dev
......@@ -2,8 +2,7 @@ version: '2'
services:
service-ram:
build: .
image: registry.forge.grandlyon.com/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_server:${TAG}
image: registry.forge.grandlyon.com/web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_server:master
ports:
- ${SERVICE_API_BIND_PORT}:3000
extra_hosts:
......@@ -27,6 +26,8 @@ services:
ELASTICSEARCH_USERNAME: ${ELASTICSEARCH_USERNAME}
ELASTICSEARCH_PASSWORD: ${ELASTICSEARCH_PASSWORD}
restart: unless-stopped
networks:
- backend
depends_on:
- database-ram
......@@ -39,6 +40,8 @@ services:
MONGODB_PASSWORD: ${MONGO_NON_ROOT_PASSWORD}
MONGODB_DATABASE: ram
restart: unless-stopped
networks:
- backend
ports:
- ${MONGO_PORT}:27017
volumes:
......@@ -49,6 +52,8 @@ services:
restart: unless-stopped
depends_on:
- database-ram
networks:
- backend
ports:
- ${ME_PORT}:8081
environment:
......@@ -119,5 +124,6 @@ volumes:
db-elastic:
networks:
backend:
elastic:
driver: bridge
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