Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
flowengine-docker
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template
flowengine-docker
Commits
fc30e575
Commit
fc30e575
authored
Oct 10, 2023
by
marwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docker-compose.yaml
parent
3db45206
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
docker-compose.yaml
+10
-6
No files found.
docker-compose.yaml
View file @
fc30e575
...
...
@@ -31,7 +31,7 @@ services:
# - 38086:8086
# - 38088:8088
environment
:
-
INFLUXDB_ADMIN_USER_PASSWORD=nexiiot
password
-
INFLUXDB_ADMIN_USER_PASSWORD=nexiiot
-
INFLUXDB_ADMIN_USER_TOKEN=nexiiottoken
volumes
:
-
/usr/local/flowengine/flowengine-${SH_PROJECTPODID}/influxdb:/bitnami/influxdb
...
...
@@ -43,14 +43,18 @@ services:
reservations
:
cpus
:
'
0.1'
memory
:
'
128M'
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
grafana
:
image
:
grafana/grafana:7.5.7
image
:
docker.io/bitnami/grafana:10
# ports:
# - 33000:3000
# - '3000:3000'
environment
:
-
'
GF_SECURITY_ADMIN_PASSWORD=nexiiot'
volumes
:
# - ./grafana/provisioning/datasources:/etc/grafana/provisioning/datasources
-
/usr/local/flowengine/flowengine-${SH_PROJECTPODID}/grafana-data:/var/lib/grafana
# - ./custom.ini:/etc/grafana/grafana.ini
-
grafana_data:/opt/bitnami/grafana/data
deploy
:
resources
:
limits
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment