chore: sync compose master <-> develop
This commit is contained in:
@@ -64,8 +64,6 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
- minio
|
- minio
|
||||||
volumes:
|
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
|
- /var/run/dbus:/var/run/dbus
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
@@ -79,13 +77,10 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
PUBLIC_URL: ${PUBLIC_URL}
|
PUBLIC_URL: ${PUBLIC_URL}
|
||||||
BACKEND_URL: ${BACKEND_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:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data:
|
postgres_data:
|
||||||
minio_data:
|
minio_data:
|
||||||
redis_data:
|
redis_data:
|
||||||
Reference in New Issue
Block a user