|
@@ -9,11 +9,13 @@ services:
|
|
|
volumes:
|
|
volumes:
|
|
|
- images-data:/app/images
|
|
- images-data:/app/images
|
|
|
fileserver:
|
|
fileserver:
|
|
|
- image: halverneus/static-file-server:v1.8.9
|
|
|
|
|
|
|
+ build:
|
|
|
|
|
+ context: nginx
|
|
|
|
|
+ restart: unless-stopped
|
|
|
ports:
|
|
ports:
|
|
|
- - 80:8080
|
|
|
|
|
|
|
+ - 80:80
|
|
|
volumes:
|
|
volumes:
|
|
|
- - images-data:/web
|
|
|
|
|
|
|
+ - images-data:/usr/share/nginx/images
|
|
|
grafana:
|
|
grafana:
|
|
|
image: grafana/grafana:7.5.7
|
|
image: grafana/grafana:7.5.7
|
|
|
ports:
|
|
ports:
|
|
@@ -28,6 +30,7 @@ services:
|
|
|
#image: influxdb:1.8
|
|
#image: influxdb:1.8
|
|
|
image: arm32v7/influxdb:latest
|
|
image: arm32v7/influxdb:latest
|
|
|
container_name: influxdb
|
|
container_name: influxdb
|
|
|
|
|
+ restart: unless-stopped
|
|
|
ports:
|
|
ports:
|
|
|
- "8083:8083"
|
|
- "8083:8083"
|
|
|
- "8086:8086"
|
|
- "8086:8086"
|