Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/network/files/docker-compose-autoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:

# traefik reverse proxy with automatic tls management using let encrypt
traefik:
image: traefik:v3.1.6
image: traefik:v3.3.2
container_name: traefik
restart: unless-stopped
command:
Expand Down
2 changes: 1 addition & 1 deletion ansible/network/files/docker-compose-domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:

# traefik reverse proxy with automatic tls management using let encrypt
traefik:
image: traefik:v3.1.6
image: traefik:v3.3.2
container_name: traefik
restart: unless-stopped
command:
Expand Down
2 changes: 1 addition & 1 deletion ansible/network/files/docker-compose-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:

# traefik reverse proxy with automatic tls management using let encrypt
traefik:
image: traefik:v2.10
image: traefik:v3.3.2
container_name: traefik
restart: unless-stopped
command:
Expand Down
2 changes: 1 addition & 1 deletion templates/configs/private-rpcs/docker-compose.yml.taurus
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:

# traefik reverse proxy with automatic tls management using let encrypt
traefik:
image: traefik:v3.1.6
image: traefik:v3.3.2
container_name: traefik
restart: unless-stopped
command:
Expand Down
2 changes: 1 addition & 1 deletion templates/scripts/create_domain_node_compose_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:

# traefik reverse proxy with automatic tls management using let encrypt
traefik:
image: traefik:v3.1.6
image: traefik:v3.3.2
container_name: traefik
restart: unless-stopped
command:
Expand Down
2 changes: 1 addition & 1 deletion templates/scripts/create_rpc_node_compose_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:

# traefik reverse proxy with automatic tls management using let encrypt
traefik:
image: traefik:v3.1.6
image: traefik:v3.3.2
container_name: traefik
restart: unless-stopped
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:

# traefik reverse proxy with automatic tls management using let encrypt
traefik:
image: traefik:v3.1.6
image: traefik:v3.3.2
container_name: traefik
restart: unless-stopped
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:

# traefik reverse proxy with automatic tls management using let encrypt
traefik:
image: traefik:v3.1.6
image: traefik:v3.3.2
container_name: traefik
restart: unless-stopped
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ networks:
services:
# traefik reverse proxy with automatic tls management using let encrypt
traefik:
image: traefik:v3.1.6
image: traefik:v3.3.2
container_name: traefik
restart: unless-stopped
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ networks:
services:
# traefik reverse proxy with automatic tls management using let encrypt
traefik:
image: traefik:v3.1.6
image: traefik:v3.3.2
container_name: traefik
restart: unless-stopped
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ networks:
services:
# traefik reverse proxy with automatic tls management using let encrypt
traefik:
image: traefik:v3.1.6
image: traefik:v3.3.2
container_name: traefik
restart: unless-stopped
command:
Expand Down
Loading