mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-21 20:47:59 +01:00
d34c50c8f1
Now poll.horse is available as a docker image! To persist data, mount `/data` to a host directory. A config file can be specified via binding `/usr/src/app/config.json` to a config file on the host.
33 lines
No EOL
390 B
Text
33 lines
No EOL
390 B
Text
**/.classpath
|
|
**/.dockerignore
|
|
**/.env
|
|
**/.git
|
|
**/.gitignore
|
|
**/.project
|
|
**/.settings
|
|
**/.toolstarget
|
|
**/.vs
|
|
**/.vscode
|
|
**/*.*proj.user
|
|
**/*.dbmdl
|
|
**/*.jfm
|
|
**/charts
|
|
**/docker-compose*
|
|
**/compose*
|
|
**/Dockerfile*
|
|
**/node_modules
|
|
**/npm-debug.log
|
|
**/obj
|
|
**/secrets.dev.yaml
|
|
**/values.dev.yaml
|
|
README.md
|
|
CHANGELOG.md
|
|
API.md
|
|
LICENSE
|
|
|
|
data/
|
|
dist/
|
|
node_modules/
|
|
.editorconfig
|
|
config*.js*
|
|
Procfile |