Compare commits
2 commits
1e363f6c66
...
e3b140509d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3b140509d | ||
|
|
49ba7aaa85 |
3 changed files with 2 additions and 20 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
services:
|
|
||||||
cms:
|
|
||||||
image: alliances-cms
|
|
||||||
ports:
|
|
||||||
- "1111:1111"
|
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
.env
|
.env
|
||||||
|
.env.*
|
||||||
public
|
public
|
||||||
.manifest
|
.manifest
|
||||||
|
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
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