Skip to content

Commit 79dcfbc

Browse files
hard-code database url
1 parent 1c35741 commit 79dcfbc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

framework/components/dockercompose/billing_platform_service/docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ services:
6161
postgres:
6262
condition: service_healthy
6363
restart: on-failure
64-
command: ["db", "create-and-migrate", "--url", "${DATABASE_URL}"]
65-
environment:
66-
DATABASE_URL: postgres://postgres:postgres@postgres:postgres/billing_platform
64+
command: ["db", "create-and-migrate", "--url", "postgres://postgres:postgres@postgres:postgres/billing_platform"]
6765
networks:
6866
- backend
6967

0 commit comments

Comments
 (0)