updated docker compose files
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
mosquitto:
|
||||
image: eclipse-mosquitto
|
||||
image: eclipse-mosquitto:2.0
|
||||
expose:
|
||||
- "1884"
|
||||
- "9001"
|
||||
|
||||
@@ -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`)"
|
||||
|
||||
@@ -2,7 +2,7 @@ version: '2.4'
|
||||
|
||||
services:
|
||||
octoprint:
|
||||
image: octoprint/octoprint
|
||||
image: octoprint/octoprint:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8088:80
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -3,7 +3,7 @@ version: "3.3"
|
||||
services:
|
||||
|
||||
traefik:
|
||||
image: "traefik:v2.10"
|
||||
image: "traefik:v3.2"
|
||||
container_name: "traefik"
|
||||
command:
|
||||
#- "--log.level=DEBUG"
|
||||
|
||||
Reference in New Issue
Block a user