Skip to content

Commit

Permalink
fix: set ./ on datadir
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Aug 19, 2024
1 parent 8f5e8a4 commit e02a5e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose-cas-as-auth2-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
- ldap
- database
volumes:
- datadir:/etc/georchestra
- ./datadir:/etc/georchestra
environment:
- JAVA_TOOL_OPTIONS=-Dgeorchestra.datadir=/etc/georchestra -Dspring.profiles.active=docker,casoauth2rabbitmq -Xmx512M -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=0.0.0.0:5005
restart: always
Expand All @@ -68,7 +68,7 @@ services:
header:
image: georchestra/header:latest
volumes:
- datadir:/etc/georchestra
- ./datadir:/etc/georchestra
environment:
- JAVA_OPTIONS=-Dorg.eclipse.jetty.annotations.AnnotationParser.LEVEL=OFF
- XMS=256M
Expand Down Expand Up @@ -97,7 +97,7 @@ services:
- ldap
- database
volumes:
- datadir:/etc/georchestra
- ./datadir:/etc/georchestra
environment:
- JAVA_OPTIONS=-Dorg.eclipse.jetty.annotations.AnnotationParser.LEVEL=OFF
- XMS=256M
Expand All @@ -111,7 +111,7 @@ services:
depends_on:
- ldap2
volumes:
- datadir:/etc/georchestra
- ./datadir:/etc/georchestra
environment:
- JAVA_OPTIONS=-Dorg.eclipse.jetty.annotations.AnnotationParser.LEVEL=OFF
- XMS=256M
Expand Down

0 comments on commit e02a5e9

Please sign in to comment.