fix: fixed indentation in psql docker-compose

This commit is contained in:
dr-carrot
2024-05-29 18:35:10 -04:00
parent 028012185c
commit 2b0d497370

View File

@@ -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: