This commit is contained in:
Owen
2025-07-16 18:20:05 -07:00
parent 84c28645be
commit 71bb1105f7
6 changed files with 2 additions and 610 deletions

View File

@@ -9,11 +9,4 @@ services:
POSTGRES_PASSWORD: password # Default password (change for production!)
ports:
- "5432:5432" # Map host port 5432 to container port 5432
restart: no
redis:
image: redis:latest # Use the latest Redis image
container_name: dev_redis # Name your Redis container
ports:
- "6379:6379" # Map host port 6379 to container port 6379
restart: no
restart: no