hans-peter / paperless
0 mi piace
0 forks
1 files
Ultima volta attivo
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 |
hirsk / PasswordPusher
0 mi piace
0 forks
1 files
Ultima volta attivo
Password Pusher is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed.
1 | services: |
2 | postgres: |
3 | image: docker.io/postgres:17 |
4 | container_name: PasswordPusher-DB |
5 | volumes: |
6 | - /volume1/docker/pwpush/db:/var/lib/postgresql/data |
7 | environment: |
8 | POSTGRES_USER: passwordpusher_user |
9 | POSTGRES_PASSWORD: passwordpusher_passwd |
10 | POSTGRES_DB: passwordpusher_db |
Più nuovi
Più vecchi