Skip to content

Commit f954ff7

Browse files
authored
Merge pull request #534 from umccr/refactor/fm-compile-database
refactor(filemanager): compile database and migrations
2 parents 36bb67b + ad8a601 commit f954ff7

39 files changed

+1163
-1177
lines changed

compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ services:
8181
build:
8282
context: ./lib/workload/stateless/stacks/filemanager
8383
dockerfile: Dockerfile
84-
args:
85-
# The build itself needs access to the database.
86-
DATABASE_URL: postgresql://orcabus:[email protected]:5432/filemanager # pragma: allowlist secret
8784
depends_on:
8885
- db
8986
healthcheck:

0 commit comments

Comments
 (0)