This commit is contained in:
parent
e82c1a8fa3
commit
07aec6b816
3 changed files with 26 additions and 0 deletions
|
|
@ -9,3 +9,20 @@ services:
|
|||
NODE_ENV: production
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
cms:
|
||||
build: ./cms
|
||||
image: alliances-cms
|
||||
ports:
|
||||
- "3001:1111"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- TOKEN_SECRET_KEY=${TOKEN_SECRET_KEY}
|
||||
- DB_PATH=${DB_PATH}
|
||||
env_file: .env
|
||||
volumes:
|
||||
- alliance_volume:/app/.manifest
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
volumes:
|
||||
alliances_volume:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue