Skip to content

Commit f289a03

Browse files
remove network
1 parent f1d1ab0 commit f289a03

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ services:
6262
condition: service_healthy
6363
restart: on-failure
6464
command: ["db", "create-and-migrate", "--url", "postgres://postgres:postgres@postgres:5432/billing_platform"]
65-
networks:
66-
- backend
6765

6866
populate_test_data:
6967
image: ${BILLING_PLATFORM_SERVICE_IMAGE:-billing-platform-service:local-cre}
@@ -73,9 +71,3 @@ services:
7371
condition: service_started
7472
restart: on-failure
7573
command: ["populate-db", "--environment=local"]
76-
networks:
77-
- backend
78-
79-
networks:
80-
backend:
81-
driver: bridge

0 commit comments

Comments
 (0)