Merge pull request #256 from getmaxun/docker-local
feat: remove fe be mounts
This commit is contained in:
@@ -64,8 +64,6 @@ services:
|
||||
- redis
|
||||
- minio
|
||||
volumes:
|
||||
- ./server:/app/server # Mount server source code for hot reloading
|
||||
- ./maxun-core:/app/maxun-core # Mount maxun-core for any shared code updates
|
||||
- /var/run/dbus:/var/run/dbus
|
||||
|
||||
frontend:
|
||||
@@ -79,13 +77,10 @@ services:
|
||||
environment:
|
||||
PUBLIC_URL: ${PUBLIC_URL}
|
||||
BACKEND_URL: ${BACKEND_URL}
|
||||
volumes:
|
||||
- ./:/app # Mount entire frontend app directory for hot reloading
|
||||
- /app/node_modules # Anonymous volume to prevent overwriting node_modules
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
minio_data:
|
||||
redis_data:
|
||||
redis_data:
|
||||
Reference in New Issue
Block a user