updated docker compose files

This commit is contained in:
2024-11-05 13:48:34 +01:00
parent 72d4b93fdf
commit 493d5dde42
6 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
version: '2'
services:
mosquitto:
image: eclipse-mosquitto
image: eclipse-mosquitto:2.0
expose:
- "1884"
- "9001"

View File

@@ -1,6 +1,6 @@
services:
nginx:
image: nginx:1.25
image: nginx:1.27
labels:
- "traefik.enable=true"
- "traefik.http.routers.nginx.rule=Host(`montana2000.freeddns.org`)"

View File

@@ -2,7 +2,7 @@ version: '2.4'
services:
octoprint:
image: octoprint/octoprint
image: octoprint/octoprint:latest
restart: unless-stopped
ports:
- 8088:80

View File

@@ -2,7 +2,7 @@ version: '3.0'
services:
mytb:
restart: unless-stopped
image: "thingsboard/tb-postgres"
image: "thingsboard/tb-postgres:latest"
ports:
- "9090:9090"
- "1883:1883"

View File

@@ -3,7 +3,7 @@ version: "3.3"
services:
traefik:
image: "traefik:v2.10"
image: "traefik:v3.2"
container_name: "traefik"
command:
#- "--log.level=DEBUG"