File tree Expand file tree Collapse file tree 17 files changed +20
-29
lines changed Expand file tree Collapse file tree 17 files changed +20
-29
lines changed Original file line number Diff line number Diff line change 33 image : adminer
44 restart : unless-stopped
55 ports :
6- - 9080:8080
6+ - " 9080:8080"
Original file line number Diff line number Diff line change 33 container_name : blynk_server
44 restart : unless-stopped
55 ports :
6- - 8180:8080
7- - 8441:8441
8- - 9443:9443
6+ - " 8180:8080"
7+ - " 8441:8441"
8+ - " 9443:9443"
99 volumes :
1010 - ./volumes/blynk_server/data:/data
11-
Original file line number Diff line number Diff line change 44 restart : unless-stopped
55 network_mode : host
66 ports :
7- - 8888:8080
7+ - " 8888:8080"
88 volumes :
99 - /var/run/docker.sock:/var/run/docker.sock
Original file line number Diff line number Diff line change 44 restart : unless-stopped
55 user : " 0"
66 ports :
7- - 3000:3000
7+ - " 3000:3000"
88 env_file :
99 - ./services/grafana/grafana.env
1010 volumes :
Original file line number Diff line number Diff line change 33 image : " influxdb:latest"
44 restart : unless-stopped
55 ports :
6- - 8086:8086
7- - 8083:8083
8- - 2003:2003
6+ - " 8086:8086"
7+ - " 8083:8083"
8+ - " 2003:2003"
99 env_file :
1010 - ./services/influxdb/influxdb.env
1111 volumes :
Original file line number Diff line number Diff line change 66 volumes :
77 - ./volumes/mariadb/config:/config
88 ports :
9- - 3306:3306
9+ - " 3306:3306"
1010 restart : unless-stopped
11-
Original file line number Diff line number Diff line change 1111 - ./volumes/mosquitto/pwfile:/mosquitto/pwfile
1212 - ./services/mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf
1313 - ./services/mosquitto/filter.acl:/mosquitto/config/filter.acl
14-
Original file line number Diff line number Diff line change 33 container_name : " motioneye"
44 restart : unless-stopped
55 ports :
6- - 8765:8765
7- - 8081:8081
6+ - " 8765:8765"
7+ - " 8081:8081"
88 volumes :
99 - /etc/localtime:/etc/localtime:ro
1010 - ./volumes/motioneye/etc_motioneye:/etc/motioneye
1111 - ./volumes/motioneye/var_lib_motioneye:/var/lib/motioneye
1212 # devices:
1313 # - "/dev/video0:/dev/video0"
14-
Original file line number Diff line number Diff line change 22 image : nextcloud
33 container_name : nextcloud
44 ports :
5- - 9321:80
5+ - " 9321:80"
66 volumes :
77 - ./volumes/nextcloud/html:/var/www/html
88 restart : unless-stopped
2222 - MYSQL_DATABASE=nextcloud
2323 - MYSQL_USER=nextcloud
2424 restart : unless-stopped
25-
Original file line number Diff line number Diff line change 66 privileged : true
77 env_file : ./services/nodered/nodered.env
88 ports :
9- - 1880:1880
9+ - " 1880:1880"
1010 volumes :
1111 - ./volumes/nodered/data:/data
You can’t perform that action at this time.
0 commit comments