hans-peter / paperless
2 likes
0 forks
1 files
Last active
Paperless ; using an existing mariadb Docker-Image
| 1 | # The folowing Docker-Compose file install paperless-ngx |
| 2 | # using redis as fast memory-database cache and |
| 3 | # Tika as a content analyse- and data-detection Tool and |
| 4 | # Gotenberg for use Paperless with office tools lke Ms-Office or Libre-Office |
| 5 | # To save the Data, Paperless ngx use normally a SQLITE-Database whitch works in Paperless. |
| 6 | # But it is possible to externel Database systems like |
| 7 | # PostgreSQL |
| 8 | # MySQL |
| 9 | # MARIADB |
| 10 | # It is possible to install a new Database-Docker-Image or use an existing Database-Docker-Image |
pmoraitopoulos / Excalidraw with collaboration
1 likes
0 forks
1 files
Last active
I wanted to install excalidraw with collaboration in real time. This is my stack.
| 1 | version: "3.9" |
| 2 | |
| 3 | services: |
| 4 | frontend: |
| 5 | image: alswl/excalidraw:v0.17.3-fork-b1 |
| 6 | container_name: excalidraw-frontend |
| 7 | environment: |
| 8 | - VITE_APP_BACKEND_V2_GET_URL=https://<storage_link_reverse_proxy>/api/v2/scenes/ |
| 9 | - VITE_APP_BACKEND_V2_POST_URL=https://<storage_link_reverse_proxy>/api/v2/scenes/ |
| 10 | - VITE_APP_WS_SERVER_URL=wss://<room_link_reverse_proxy> |
Newer
Older