Skip to content

Commit

Permalink
fix: configure graphdb on docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Nov 7, 2024
1 parent bdc71ed commit f7d2a16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7d2a16

Please sign in to comment.