docker files for rainloop
Find a file
2022-03-28 12:36:29 +02:00
nginx initial commit 2022-03-28 12:36:29 +02:00
php8 initial commit 2022-03-28 12:36:29 +02:00
.Dockerignore initial commit 2022-03-28 12:36:29 +02:00
docker-compose.yml initial commit 2022-03-28 12:36:29 +02:00
Dockerfile initial commit 2022-03-28 12:36:29 +02:00
LICENSE.md initial commit 2022-03-28 12:36:29 +02:00
rainloop.sh initial commit 2022-03-28 12:36:29 +02:00
README.md initial commit 2022-03-28 12:36:29 +02:00

docker-rainloop

run rainloop with docker / docker-compose

setup

  • git clone https://git.velvettear.de/velvettear/docker-rainloop.git
  • cd docker-rainloop
  • docker-compose up -d
  • visit http://localhost:8080

notes

  • nginx inside the container listens to port 80
  • two volumes are created to store configs and data
    • rainloop_config
    • rainloop_data