Compare commits
10 Commits
a954834d37
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 96f529b1be | |||
| e15a06800d | |||
| 6d3542161c | |||
| db3241ebd9 | |||
| ba05a76e6e | |||
| 409798f5c5 | |||
| 8a72cd17a6 | |||
| 2b47254690 | |||
| d3bce68c92 | |||
| 8cf5d7e44e |
@@ -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
|
||||||
@@ -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
|
||||||
|
|
||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user