forked from andika/membership-be
Refactor docker-compose.yml by removing unnecessary lines and cleaning up formatting
This commit is contained in:
Binary file not shown.
@@ -1,5 +1,3 @@
|
|||||||
version: "3.9"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
build:
|
build:
|
||||||
@@ -13,7 +11,4 @@ services:
|
|||||||
DATABASE_URL: "{DATABASE_URL}"
|
DATABASE_URL: "{DATABASE_URL}"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app # sync code for hot reload
|
- .:/app # sync code for hot reload
|
||||||
depends_on:
|
|
||||||
- db
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user