File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ # This compose file is intended for local testing only. Before exposing
2+ # this instance beyond localhost:
3+ # - Replace BETTER_AUTH_SECRET below with a real secret. Generate one
4+ # with: openssl rand -hex 32
5+ # - Set SEED_DATA=false to stop seeding the demo agent on every boot.
6+ # - Change the seeded admin password (admin@manifest.build / manifest).
7+
18services :
29 manifest :
310 image : manifestdotbuild/manifest:latest
411 ports :
512 - " 3001:3001"
613 environment :
714 - DATABASE_URL=postgresql://manifest:manifest@postgres:5432/manifest
15+ # ⚠ Placeholder. Replace before any non-localhost use (see top of file).
816 - BETTER_AUTH_SECRET=change-me-to-a-random-32-char-string!!
917 - BETTER_AUTH_URL=http://localhost:3001
1018 - SEED_DATA=true
You can’t perform that action at this time.
0 commit comments