diff --git a/compose.yaml b/compose.yaml index 58711c7a0..a429272c9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,8 +4,10 @@ services: build: . ports: - "8080:8080" + environment: + - fr.insee.rmes.bauhaus.sesame.gestion.sesameServer=http://graphdb:7200 links: - - graphdb:localhost + - graphdb graphdb: image: ontotext/graphdb:10.6.4 restart: always