initial install

This commit is contained in:
Chandler Copeland
2026-04-08 12:54:58 -06:00
parent 71cef4d7b6
commit 9117dc4c02
180 changed files with 2554 additions and 545 deletions

View File

@@ -3,10 +3,10 @@ services:
image: postgres:16-alpine
restart: unless-stopped
ports:
- "5433:5432"
- "5432:5432"
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_DB: teressa
volumes:
- pgdata:/var/lib/postgresql/data
@@ -17,12 +17,10 @@ services:
retries: 5
app:
build:
context: .
dockerfile: Dockerfile
image: ${APP_IMAGE:-teressa-copeland-homes:latest}
restart: unless-stopped
ports:
- "3001:3000"
- "3000:3000"
env_file:
- .env.production
environment: