dockerize app
This commit is contained in:
parent
a68ca93427
commit
1e363f6c66
8 changed files with 87 additions and 3 deletions
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
services:
|
||||
cms:
|
||||
build: .
|
||||
image: alliances-cms
|
||||
ports:
|
||||
- "1111:1111"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- TOKEN_SECRET_KEY=${TOKEN_SECRET_KEY}
|
||||
- DB_PATH=${DB_PATH}
|
||||
env_file: .env.production
|
||||
volumes:
|
||||
- ./.manifest:/app/.manifest
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue