mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-03 08:43:06 +02:00
Compare commits
5 Commits
e0b7b7caf9
...
main
Author | SHA1 | Date | |
---|---|---|---|
7f97766117 | |||
ad681fd16f | |||
02780ed3e1 | |||
b22e75b0ca | |||
e03e08c591 |
@ -2,7 +2,7 @@ services:
|
|||||||
octoprint1:
|
octoprint1:
|
||||||
container_name: octoprint1
|
container_name: octoprint1
|
||||||
devices:
|
devices:
|
||||||
- /dev:/dev
|
- /dev/ttyUSB0:/dev/ttyUSB0
|
||||||
environment:
|
environment:
|
||||||
- ENABLE_MJPG_STREAMER=true
|
- ENABLE_MJPG_STREAMER=true
|
||||||
image: ${DOCKER_REGISTRY:-}octoprint/octoprint:latest
|
image: ${DOCKER_REGISTRY:-}octoprint/octoprint:latest
|
||||||
|
@ -29,8 +29,8 @@ services:
|
|||||||
image: ${DOCKER_REGISTRY:-}zabbix/zabbix-web-nginx-pgsql:alpine-7.2.0
|
image: ${DOCKER_REGISTRY:-}zabbix/zabbix-web-nginx-pgsql:alpine-7.2.0
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: true
|
com.centurylinklabs.watchtower.enable: true
|
||||||
wud.watch: true
|
# wud.watch: true
|
||||||
wud.watch.digest: true
|
# wud.watch.digest: true
|
||||||
networks:
|
networks:
|
||||||
zabbix:
|
zabbix:
|
||||||
ipv4_address: 192.168.89.3
|
ipv4_address: 192.168.89.3
|
||||||
@ -62,8 +62,8 @@ services:
|
|||||||
homepage.widget.key: a5294f55cccb490cded051a6ccd45f15f3434f06f7c77de4b22abc8bf086534a
|
homepage.widget.key: a5294f55cccb490cded051a6ccd45f15f3434f06f7c77de4b22abc8bf086534a
|
||||||
homepage.widget.type: ${APPNAME}
|
homepage.widget.type: ${APPNAME}
|
||||||
homepage.widget.url: https://${APPNAME}.sectorq.eu
|
homepage.widget.url: https://${APPNAME}.sectorq.eu
|
||||||
wud.watch: true
|
# wud.watch: true
|
||||||
wud.watch.digest: true
|
# wud.watch.digest: true
|
||||||
networks:
|
networks:
|
||||||
zabbix:
|
zabbix:
|
||||||
ipv4_address: 192.168.89.2
|
ipv4_address: 192.168.89.2
|
||||||
|
Reference in New Issue
Block a user