fix: fixed indentation in psql docker-compose
This commit is contained in:
@@ -17,9 +17,9 @@ services:
|
||||
DB_LOG_QUERIES: "false" # Whether to log the DB queries for debugging
|
||||
DB_USE_SSL: "false" # Whether to enable ssl for database connection
|
||||
volumes:
|
||||
- .:/app:rw,cached
|
||||
- /app/node_modules
|
||||
- /app/.next
|
||||
- .:/app:rw,cached
|
||||
- /app/node_modules
|
||||
- /app/.next
|
||||
depends_on:
|
||||
- postgres
|
||||
links:
|
||||
@@ -34,5 +34,6 @@ services:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- postgres:/var/lib/postgresql/data
|
||||
volumes:
|
||||
postgres:
|
||||
volumes:
|
||||
postgres:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user