ci: docker compose for easy access
This commit is contained in:
parent
a6edf804b4
commit
c42b8e2904
11 changed files with 249 additions and 13 deletions
15
.env.example
Normal file
15
.env.example
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
POSTGRES_DB=minmon
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_PORT=5432
|
||||
|
||||
DATABASE_URL=postgresql://postgres:postgres@postgres:5432/minmon
|
||||
|
||||
BETTER_AUTH_SECRET=minmon-compose-secret-change-me-123456
|
||||
BETTER_AUTH_URL=http://localhost:3000
|
||||
CORS_ORIGIN=http://localhost:3001
|
||||
NODE_ENV=development
|
||||
|
||||
SERVER_PORT=3000
|
||||
WEB_PORT=3001
|
||||
VITE_SERVER_URL=http://localhost:3000
|
||||
Loading…
Add table
Add a link
Reference in a new issue