Docker-Compose for WebPlay.rocks https://webplay.rocks
Go to file
Artem Anufrij c2df0b7b97 examples/docker-compose.yml hinzugefügt 2024-02-21 17:01:21 +01:00
client move 2023-02-08 12:33:50 +01:00
examples examples/docker-compose.yml hinzugefügt 2024-02-21 17:01:21 +01:00
server move 2023-02-08 12:33:50 +01:00
.env.production.example move 2023-02-08 12:33:50 +01:00
.gitignore move 2023-02-08 12:33:50 +01:00
README.md „README.md“ ändern 2023-02-11 23:02:09 +01:00
docker-compose.yml docker-compose.yml aktualisiert 2023-09-29 13:00:38 +02:00
docker-rebuild.sh move 2023-02-08 12:33:50 +01:00

README.md

Setup your own WebPlay instance

Requirements

For run WebPlay as a docker container you need:

  • docker
  • docker-compose

installed on your server/computer

Clone this repository

  • git clone https://code.anufrij.de/WebPlay/docker.git webplay

Change into folder

  • cd webplay

Run docker-compose build

  • docker-compose build

Important

Open docker-compose.yml file and edit following lines:

volumes:
    - ./videos:/webplay/videos
    - ./music:/webplay/music
    - ./cache:/webplay/cache
    - ./uploads:/webplay/uploads

as example:

volumes:
    - /path/to/your/video/files:/webplay/videos
    - /path/to/your/audio/files:/webplay/music
    - /path/for/cache:/webplay/cache
    - /path/for/manual/uploads:/webplay/uploads

Optional you can change the client port (8081 by default):

ports:
    - 8081:80

Start your instance

  • docker-compose up or docker-compose up -d for running WebPlay in background

Open your browser and navigate to WebPlay

  • http://YOURSERVERADRESS:8081

That's it.

Have fun

Support

Join our Matrix room: #WebPlay:matrix.anufrij.de