Add files

Add docker-compose to be used to run the media containers
Add TODO in readme to attempt to keep me on track
This commit is contained in:
2022-08-21 21:52:00 -05:00
parent 0b21488aa5
commit c426222053
2 changed files with 185 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
# media-server
Ansible repo used to setup a server to be used as a media collection and processing server.
Ansible repo used to setup a server to be used as a media collection and processing server.
External packages used:
https://github.com/geerlingguy/ansible-role-docker
https://github.com/geerlingguy/ansible-role-pip
# TODO
1. deploy env var and condensed docker-compose file
2. run docker-compose and start containers
3. add ansible galaxy requirements and maybe a python requirements to the repo?