remove unneeded volume mounts

This commit is contained in:
Gabriel A. Devenyi
2024-05-23 14:25:56 -04:00
parent 859b3ef17d
commit bd0fbf665b

View File

@@ -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