Go to file
2022-12-23 20:53:14 +01:00
client add redis into docker-compose 2022-12-11 00:12:31 +01:00
server style dockerfile 2022-12-12 14:50:41 +01:00
.env.production.example add an env.production file 2022-02-06 22:16:07 +01:00
.gitignore add redis into docker-compose 2022-12-11 00:12:31 +01:00
docker-compose.yml optimize focker compose 2022-12-23 20:53:14 +01:00
docker-rebuild.sh prune docker files 2022-02-05 16:18:05 +01:00
README.md „README.md“ ändern 2022-02-06 18:47:10 +08:00

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://gitea.com/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