Skip to content

Commit c41448e

Browse files
committed
nginx service added
1 parent 9d58ecd commit c41448e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docker-compose.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,16 @@ services:
3131
grafana:
3232
build: grafana
3333
ports:
34-
- "80:3000"
34+
- "3000:3000"
3535
links:
3636
- influxdb
3737
restart: always
38+
nginx:
39+
image: tobi312/rpi-nginx
40+
depends_on:
41+
- grafana
42+
ports:
43+
- "80:80"
44+
- "443:443"
45+
restart: always
3846

0 commit comments

Comments
 (0)