File tree 3 files changed +23
-22
lines changed
3 files changed +23
-22
lines changed Original file line number Diff line number Diff line change @@ -364,8 +364,8 @@ A collection of delicious docker recipes.
364
364
- [x] gliderlabs/logspout
365
365
- [x] gliderlabs/registrator
366
366
- [ ] glot
367
- - [ ] bash
368
- - [ ] python
367
+ - [ ] bash
368
+ - [ ] python
369
369
- [x] gogs/gogs :cn :
370
370
- [x] gotify/server
371
371
- [x] grafana/grafana
@@ -378,8 +378,8 @@ A collection of delicious docker recipes.
378
378
- [x] linuxserver/jackett
379
379
- [x] jellyfin/jellyfin
380
380
- [x] jenkins
381
- - [x] inbound-agent
382
- - [x] jenkins
381
+ - [x] inbound-agent
382
+ - [x] jenkins
383
383
- [x] jmxtrans/jmxtrans
384
384
- [x] djmattyg007/jsoneditor
385
385
- [x] wurstmeister/kafka
@@ -419,8 +419,8 @@ A collection of delicious docker recipes.
419
419
- [x] notaitech/nudenet
420
420
- [x] odoo
421
421
- [x] ohmyform
422
- - [x] ohmyform/api
423
- - [x] ohmyform/ui
422
+ - [x] ohmyform/api
423
+ - [x] ohmyform/ui
424
424
- [x] osixia/openldap
425
425
- [x] openresty/openresty
426
426
- [x] opensearchproject/opensearch
@@ -431,6 +431,9 @@ A collection of delicious docker recipes.
431
431
- [x] owncloud
432
432
- [x] jorijn/nostream
433
433
- [x] scsibug/nostr-rs-relay
434
+ - [x] owntracks
435
+ - [x] frontend
436
+ - [x] recorder
434
437
- [x] chocobozzz/peertube
435
438
- [x] dpage/pgadmin4
436
439
- [x] viktorstrate/photoview
@@ -453,17 +456,17 @@ A collection of delicious docker recipes.
453
456
- [x] rundeck/rundeck
454
457
- [x] wonderfall/searx
455
458
- [x] selenium
456
- - [x] hub
457
- - [x] node-chrome
458
- - [x] node-firefox
459
- - [x] standalone-firefox
459
+ - [x] hub
460
+ - [x] node-chrome
461
+ - [x] node-firefox
462
+ - [x] standalone-firefox
460
463
- [x] aerokube
461
- - [x] selenoid
462
- - [x] video-recorder
463
- - [x] chrome
464
- - [x] firefox
465
- - [x] vnc
466
- - [x] selenoid-ui
464
+ - [x] selenoid
465
+ - [x] video-recorder
466
+ - [x] chrome
467
+ - [x] firefox
468
+ - [x] vnc
469
+ - [x] selenoid-ui
467
470
- [x] semaphoreui/semaphore
468
471
- [x] sentry
469
472
- [x] atmoz/sftp
Original file line number Diff line number Diff line change @@ -12,12 +12,11 @@ version: "3.8"
12
12
services :
13
13
14
14
recorder :
15
- image : vimagick/ot- recorder
15
+ image : owntracks/ recorder
16
16
ports :
17
17
- " 8083:8083"
18
- - " 8085:8085"
19
18
volumes :
20
- - ./data:/var/spool/owntracks/recorder/ store
19
+ - ./data:/store
21
20
environment :
22
21
- OTR_HOST=iot.eclipse.org
23
22
- OTR_PORT=1883
Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ version: "3.8"
3
3
services :
4
4
5
5
recorder :
6
- image : vimagick/ot- recorder
6
+ image : owntracks/ recorder
7
7
ports :
8
8
- " 8083:8083"
9
- - " 8085:8085"
10
9
volumes :
11
- - ./data:/var/spool/owntracks/recorder/ store
10
+ - ./data:/store
12
11
environment :
13
12
- OTR_HOST=mqtt.eclipse.org
14
13
- OTR_PORT=8883
You can’t perform that action at this time.
0 commit comments