Initial commit

This commit is contained in:
2026-03-10 21:30:52 -03:00
commit 72a4f0be26
145 changed files with 14881 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
services:
devcontainer:
image: mcr.microsoft.com/devcontainers/base:ubuntu-22.04
volumes:
- ..:/workspaces/dwellops-platform:cached
- /var/run/docker.sock:/var/run/docker.sock
command: sleep infinity
environment:
NODE_ENV: development
DATABASE_URL: postgresql://dwellops:dwellops@postgres:5432/dwellops_dev?schema=public
BETTER_AUTH_SECRET: devcontainer-secret-change-me-32-chars!
BETTER_AUTH_URL: http://localhost:3001
CORS_ORIGIN: http://localhost:3000
SMTP_HOST: mailpit
SMTP_PORT: "1025"