Skip to content

Commit

Permalink
Updated image versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <6216144+Jaid@users.noreply.github.com>
  • Loading branch information
Jaid committed Feb 25, 2024
1 parent 06afb83 commit de7a953
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 31 deletions.
6 changes: 3 additions & 3 deletions composes/flaresolverr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: "3.9"
version: '3.9'
services:

main:
image: ghcr.io/flaresolverr/flaresolverr
container_name: flaresolverr
image: flaresolverr/flaresolverr:v3.3.15 # https://hub.docker.com/r/flaresolverr/flaresolverr/tags?name=v3.3.15
container_name: flareSolverr
environment:
LOG_LEVEL: info
ports:
Expand Down
2 changes: 1 addition & 1 deletion composes/gluetun/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'
services:

main:
image: qmcgaw/gluetun
image: qmcgaw/gluetun:v3.37.0 # https://hub.docker.com/r/qmcgaw/gluetun/tags?name=v3.37.0
container_name: gluetun
restart: unless-stopped
environment:
Expand Down
2 changes: 1 addition & 1 deletion composes/jackett/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'
services:

main:
image: linuxserver/jackett:0.21.1018
image: linuxserver/jackett:0.21.1835 # https://hub.docker.com/r/linuxserver/jackett/tags?name=0.21.1835
container_name: jackett
network_mode: container:gluetun
environment:
Expand Down
2 changes: 1 addition & 1 deletion composes/jellyfin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'
services:

main:
image: linuxserver/jellyfin
image: linuxserver/jellyfin:10.8.13 # https://hub.docker.com/r/linuxserver/jellyfin/tags?name=10.8.13
container_name: jellyfin
user: ${dockerUserId:?}:${dockerGroupId:?}
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion composes/mediaMtx/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:

main:
container_name: mediaMtx
image: aler9/rtsp-simple-server:v0.21.6-arm64v8-rpi
image: bluenviron/mediamtx:1.5.1 # https://hub.docker.com/r/bluenviron/mediamtx/tags?name=1.5.1
restart: unless-stopped
ports:
- 554:554
Expand Down
6 changes: 3 additions & 3 deletions composes/netdata/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "3.9"
version: '3.9'
services:

main:
image: netdata/netdata:stable
image: netdata/netdata:v1.44.3 # https://hub.docker.com/r/netdata/netdata/tags?name=v1.44.3
container_name: netdata
hostname: ${hostTitle:-${HOST:-${USER:-Client}}}
ports:
Expand Down Expand Up @@ -43,7 +43,7 @@ services:
target: /host/etc/os-release
read_only: true
environment:
DO_NOT_TRACK: "1"
DO_NOT_TRACK: 1
NETDATA_CLAIM_URL: https://app.netdata.cloud
DOCKER_HOST: proxy:2370
env_file: .env
Expand Down
2 changes: 1 addition & 1 deletion composes/podgrab/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'
services:

main:
image: akhilrex/podgrab:1.0.0
image: akhilrex/podgrab:1.0.0 # https://hub.docker.com/r/akhilrex/podgrab/tags?name=1.0.0
container_name: podgrab
environment:
CHECK_FREQUENCY: 60
Expand Down
2 changes: 1 addition & 1 deletion composes/portainerAgent/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:

main:
container_name: portainerAgent
image: portainer/agent:2.19.4-alpine
image: portainer/agent:2.19.4-alpine # https://hub.docker.com/r/portainer/agent/tags?name=2.19.4-alpine
restart: unless-stopped
volumes:
- type: bind
Expand Down
23 changes: 6 additions & 17 deletions composes/samba/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,17 @@
version: "3.9"
version: '3.9'
services:

main:
container_name: samba
image: ghcr.io/jtagcat/samba
image: crazymax/samba:4.18.9 # https://hub.docker.com/r/crazymax/samba/tags?name=4.18.9
environment:
TZ: Europe/Berlin
NMBD: "false"
RECYCLE: "true"
USERID: "1000"
GROUPID: "1000"
# <name;/path>[;browse;readonly;guest;users;admins;writelist;comment]
SHARE1: home;/mnt/home;yes;no;no;${sambaUser}
# <username;password>[;ID;group;GID]
USER1: ${sambaUser:?};${sambaPassword:?}
network_mode: host
SAMBA_HOSTS_ALLOW: 127.0.0.0/8 10.0.0.0/24
SAMBA_SERVER_STRING: ${HOSTNAME:?}
SAMBA_LOG_LEVEL: 2
ports:
- 139:139/tcp
- 445:445/tcp
tmpfs:
- /tmp
- 445:445
restart: unless-stopped
stdin_open: true
tty: true
volumes:
- type: bind
source: /home/${USER:?}
Expand Down
2 changes: 1 addition & 1 deletion composes/scrutiny/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
main:
container_name: scrutiny
restart: unless-stopped
image: ghcr.io/analogj/scrutiny:v0.7.2-omnibus
image: ghcr.io/analogj/scrutiny:v0.7.2-omnibus # https://github.com/AnalogJ/scrutiny/pkgs/container/scrutiny/versions?filters[version_type]=tagged
cap_add:
- SYS_RAWIO
ports:
Expand Down
3 changes: 2 additions & 1 deletion composes/wireguard/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:

main:
container_name: wireguard
image: lscr.io/linuxserver/wireguard:1.0.20210914
image: linuxserver/wireguard:1.0.20210914 # https://hub.docker.com/r/linuxserver/wireguard/tags?name=1.0.20210914
restart: unless-stopped
volumes:
- type: bind
Expand All @@ -20,4 +20,5 @@ services:
LOG_CONFS: true
SERVERPORT: 51820
PEERDNS: 1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001
ALLOWEDIPS: 0.0.0.0/5,8.0.0.0/7,11.0.0.0/8,12.0.0.0/6,16.0.0.0/4,32.0.0.0/3,64.0.0.0/2,128.0.0.0/1,::/1,8000::/2,c000::/3,e000::/4,f000::/5,f800::/6,fc00::/8,fe00::/7
env_file: .env

0 comments on commit de7a953

Please sign in to comment.