fix: remove dev bind mounts for Coolify compatibility
This commit is contained in:
@@ -42,7 +42,6 @@ services:
|
||||
environment:
|
||||
<<: *backend-env
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
- backend_data:/app/data
|
||||
depends_on:
|
||||
db:
|
||||
@@ -57,7 +56,6 @@ services:
|
||||
environment:
|
||||
<<: *backend-env
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
@@ -70,7 +68,6 @@ services:
|
||||
environment:
|
||||
<<: *backend-env
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
- backend_data:/app/data
|
||||
depends_on:
|
||||
- db
|
||||
@@ -83,7 +80,6 @@ services:
|
||||
environment:
|
||||
<<: *backend-env
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
- backend_data:/app/data
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
Reference in New Issue
Block a user