Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
cma2819 committed Jul 4, 2022
1 parent 1c62800 commit 6055146
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ bower_components
# /extension
# /graphics

/cfg
/db

#Web font embed
src/browser/graphics/_lib/fonts.js
src/browser/graphics/_lib/fonts.js
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM cma2819/nodecg

CMD ["nodecg", "start"]
9 changes: 9 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
services:
nodecg:
image: cma2819/nodecg
ports:
- "9090:9090"
volumes:
- ./:/nodecg/bundles/nodecg-twitter-widget
- ./cfg:/nodecg/cfg
- ./db:/nodecg/db

0 comments on commit 6055146

Please sign in to comment.