Skip to content

Commit

Permalink
chore: dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Mar 31, 2024
1 parent a08c689 commit a4dd750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- "$APP_HTTP_HOST_PORT:8080"
- "$APP_DEBUG_HOST_PORT:8000"
environment:
- "JAVA_OPTS=\"-agentlib:jdwp=transport=dt_socket,address=*:8000,server=y,suspend=n\""
- "JAVA_OPTS=\"-agentlib:jdwp=transport=dt_socket,address=*:8000,server=y,suspend=n\" -XX:+UnlockExperimentalVMOptions --enable-preview"
- "DATABASE_HOST_NAME=$DATABASE_HOST_NAME"
- "DATABASE_PORT=$DATABASE_HOST_PORT"
- "PGUSER=biblivre"
Expand Down

0 comments on commit a4dd750

Please sign in to comment.