Skip to content

Commit

Permalink
[New] Share db-server between two docker-compose setups
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Nov 25, 2023
1 parent 454c8bf commit f847f06
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/internal-auth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:

db-server:
build:
context: ./db-server
context: ../shared/db-server
container_name: ${RECORD_SET_NAME:-rm}-db-server
environment:
GDB_JAVA_OPTS: -Dgraphdb.external-url=http://localhost:$PORT$RECORD_MANAGER_BASENAME/db-server
Expand Down
File renamed without changes.

0 comments on commit f847f06

Please sign in to comment.