working
This commit is contained in:
@@ -14,7 +14,10 @@ services:
|
||||
- db
|
||||
volumes:
|
||||
- ./logs:/app/logs # For application logs
|
||||
|
||||
develop:
|
||||
watch:
|
||||
- action: rebuild
|
||||
path: .
|
||||
db:
|
||||
image: postgres:15
|
||||
environment:
|
||||
@@ -22,9 +25,9 @@ services:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PASSWORD=password
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "5433:5432" # Changed to avoid conflicts
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
postgres_data:
|
||||
|
||||
Reference in New Issue
Block a user