feat(csms): add deployment script and database schema for user authentication
This commit is contained in:
12
apps/csms/deploy/docker-compose.yml
Normal file
12
apps/csms/deploy/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
csms:
|
||||
build: .
|
||||
ports:
|
||||
- "3001:3001"
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
# env_file:
|
||||
# - .env
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user