Compare commits

...

10 Commits

Author SHA1 Message Date
john 96f529b1be Update syncthing/docker-compose.yml 2026-05-17 12:05:02 +00:00
john e15a06800d Update syncthing/docker-compose.yml 2026-05-17 11:51:45 +00:00
john 6d3542161c Update syncthing/docker-compose.yml 2026-05-16 23:20:48 +00:00
john db3241ebd9 Update syncthing/docker-compose.yml 2026-05-16 23:18:52 +00:00
john ba05a76e6e Add syncthing/docker-compose.yml 2026-05-16 23:16:17 +00:00
john 409798f5c5 Update pocketid/docker-compose.yml 2026-04-26 23:16:41 +01:00
john 8a72cd17a6 Update pocketid/docker-compose.yml 2026-04-26 23:07:39 +01:00
john 2b47254690 Update pocketid/docker-compose.yml 2026-04-26 23:05:24 +01:00
john d3bce68c92 Add pocketid/docker-compose.yml
Untested as of April 2026 - original appears to have been lost
2026-04-26 00:45:55 +01:00
john 8cf5d7e44e Update vdf/docker-compose.yml 2025-12-29 19:41:36 +00:00
3 changed files with 45 additions and 2 deletions
+23
View File
@@ -0,0 +1,23 @@
services:
pocket-id:
image: ghcr.io/pocket-id/pocket-id:v2
container_name: pocketid
restart: unless-stopped
environment:
- APP_URL=https://hold.johnsnexus.click
- TRUST_PROXY=true
- PUID=1000
- PGID=1000
- TZ=Europe/London
- ENCRYPTION_KEY="KeKYzmEBWdZMhTOLsL"
ports:
- 1411:1411
volumes:
- /home/john/docker/pocketid/data:/app/data
# Optional healthcheck
healthcheck:
test: "curl -f http://localhost:1411/healthz"
interval: 1m30s
timeout: 5s
retries: 2
start_period: 10s
+20
View File
@@ -0,0 +1,20 @@
services:
syncthing:
image: lscr.io/linuxserver/syncthing:latest
container_name: syncthing
hostname: syncthing omega
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
volumes:
- /home/john/docker/syncthing/config:/config
- /home/john/Documents/Ecumenical Work/CT Oxford 2019:/county
- /home/john/docker/syncthing/test:/test
ports:
- 8384:8384
- 22000:22000/tcp
- 22000:22000/udp
- 21027:21027/udp
restart: unless-stopped
+2 -2
View File
@@ -7,8 +7,8 @@ services:
ports: ports:
- '5800:5800' - '5800:5800'
environment: environment:
- TZ = Europe/London - TZ=Europe/London
- UMASK = 0000 - UMASK=0000
container_name: video-duplicate-finder container_name: video-duplicate-finder
#volumes: #volumes: