本番用Docker Compose作成

This commit is contained in:
CyberRex
2026-05-25 10:01:34 +09:00
parent 40e7953ee5
commit d4918762d2
12 changed files with 183 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
NODE_ENV=development
HOST=127.0.0.1
PORT=3000
DATABASE_URL=postgres://certremind:certremind@localhost:5432/certremind
COOKIE_SECRET=replace-with-a-long-random-string