hirsk / PasswordPusher

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1734518885
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

hirsk / Zoraxy

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1731483524
A general purpose HTTP reverse proxy and forwarding tool. (Docker version 24.0.2-1525 and higher)
1 services:
2 zoraxy:
3 image: zoraxydocker/zoraxy:latest
4 container_name: zoraxy
5 restart: unless-stopped
6 ports:
7 - 80:80
8 - 443:443
9 - 8000:8000
10 volumes:

spaskifilip / Cloudflare DNS Updater

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1724795355
Hi all I created (built on an existing creation) a DNS updater for Cloudlfare https://hub.docker.com/r/spaskifilip/cloudflare-dns-updater more detailed instructions are there, but here is my compose file
1 #Docker compose for cloudflare-dns-updater
2 version: "3.6"
3 services:
4 cloudlfare-dns-updater:
5 image: "spaskifilip/cloudflare-dns-updater:latest"
6 container_name: "cloudlfare-dns-updater"
7 volumes:
8 - app-data:/app # optional unless using the domains.json file and DOMAINS_FILE_PATH variable
9 environment:
10 CF_API_TOKEN: "YOUR_API_TOKEN" # Recomended to create a token for the zones, not use the main token
Новіше Пізніше