Reduce number of seeded users for faster start

This commit is contained in:
Mike Conrad
2025-06-11 17:47:51 -04:00
parent 8327d34708
commit 87e8758e40
4 changed files with 5 additions and 7 deletions

View File

@ -39,8 +39,6 @@ services:
image: postgres:latest
environment:
- POSTGRES_PASSWORD=postgres
env_file:
- ./backend/.env
healthcheck:
test: pg_isready --d postgres --user postgres
interval: 5s
@ -51,4 +49,4 @@ services:
# Isolate our node_modules from our host system. Docker will handle creating these volumes
volumes:
frontend_node_modules:
backend_node_modules:
backend_node_modules: