Add path variables
CONFIG_SERVICE_PASSWORD
CONTENT_SERVICE_PASSWORD
And path variables for testing
DEBUG_HOSTNAME with value localhost
Packaging maven with
mvn package
Then start docker compose with
docker-compose up -d --rebuild
or
docker-compose up -d --force-recreate
open http://localhost/ or http://docker.local/
##TODO list
- Add docker building stage to maven with com.spotify:docker-maven-plugin
- Finish create content form
- Rest service for saving content data
- Add file upload
- Create registration form
- Create user creation service
- Create login form
- Create oauth2 service
- Create torrent service
- Add notify system about torrents
- Create docker image with ffmpeg
- Create convert service from .avi files to .ts files