Commit Graph

6 Commits

Author SHA1 Message Date
Brandon 22ed6a6813
Fix up Docker_README 2018-11-08 17:27:44 -08:00
Brandon a5de3bf6cb
Changed based on feedback in chibicitiberiu/ytsm#27 2018-11-08 17:25:00 -08:00
Brandon 70a8cfeec4
Fixed volumes list 2018-11-03 13:46:01 -07:00
Brandon 85e9d11f1a
Updated Docker_README to reflect config changes that have occurred 2018-11-03 11:18:33 -07:00
Brandon 3b608b80b4
Updated Docker_README to reflect config changes that have occurred 2018-11-03 11:14:51 -07:00
Brandon baaf9577da Environment Variables and Docker standalone support (#21)
* Ignore .dist folder used by visual studio code

* Add example env file

* Added environment variables

* Ignore env file

* Added default name to be ytmanager instead

* Default to postgres

* Update example env for postgres instead of sqlite

* Added default as postgres as well in settings

* Add volume for sqlite3 database storage (incase desired)

* Added example env file for sqlite3 configuration

* whitespace for sanity of my own

* Add database_url as an optional env variable

* hopefully working towards chibicitiberiu/ytsm#6

* Added default command

* Expose 8000

* Added environment variable prefixes

* added environment variable to parse for dj_database_url

* Take out command in docker-compose since it's already in the Dockerfile as a cmd

* SQLite as default

* Create Docker README with information about how to run with Docker

* Took out postgres. If people desire it, they can add it themselves.

* Took out db depenednecy for docker-compose

* Change cmd

* Fixed up commands to run better in readme

* Added underscore to Docker_README

* Change default .db file location
2018-10-31 17:57:32 +02:00