remove unneeded volume mounts
This commit is contained in:
@@ -6,8 +6,6 @@ services:
|
|||||||
container_name: worklenz_frontend
|
container_name: worklenz_frontend
|
||||||
ports:
|
ports:
|
||||||
- "4200:4200"
|
- "4200:4200"
|
||||||
volumes:
|
|
||||||
- ./worklenz-frontend:/app
|
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
build:
|
build:
|
||||||
@@ -45,8 +43,6 @@ services:
|
|||||||
- SOCKET_IO_CORS
|
- SOCKET_IO_CORS
|
||||||
- SOURCE_EMAIL
|
- SOURCE_EMAIL
|
||||||
- USE_PG_NATIVE
|
- USE_PG_NATIVE
|
||||||
volumes:
|
|
||||||
- ./worklenz-backend:/app
|
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:15.6
|
image: postgres:15.6
|
||||||
|
|||||||
Reference in New Issue
Block a user