Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PADME Station Software
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PADME-PHT Development
PADME Station Software
Commits
4d6bf938
Commit
4d6bf938
authored
3 years ago
by
Laurenz Neumann
Browse files
Options
Downloads
Patches
Plain Diff
fixed wrong version of docker compose and telegraf in new repo
parent
000e3af3
Branches
19-error-failed-to-parse-json-when-result-to-big-2
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
StationDeploymentFiles/docker-compose.yml
+26
-12
26 additions, 12 deletions
StationDeploymentFiles/docker-compose.yml
StationDeploymentFiles/telegraf.conf
+1
-1
1 addition, 1 deletion
StationDeploymentFiles/telegraf.conf
with
27 additions
and
13 deletions
StationDeploymentFiles/docker-compose.yml
+
26
−
12
View file @
4d6bf938
version
:
'
3.5'
services
:
mongo
:
image
:
'
mongo'
image
:
'
mongo
:4.4.6
'
container_name
:
'
pht-mongo'
volumes
:
-
./init-mongo.js:/docker-entrypoint-initdb.d/init-mongo.js:ro
...
...
@@ -35,16 +35,33 @@ services:
restart
:
unless-stopped
pht-web
:
#image: 'station-software:dev'
image
:
'
registry.git.rwth-aachen.de/sascha.welten/pht-architecture/station-software:latest'
image
:
'
smithpht/station-software:latest'
container_name
:
'
pht-web'
ports
:
-
"
3030:3030"
volumes
:
-
"
pht-dind-certs-client:/usr/src/app/dind-certs-client/certs:ro"
-
"
pht-vault-certs-client:/usr/src/app/vault-certs-client/certs:ro"
env_file
:
-
./env
-
"
pht-web-lockfile-vol:/lockfiledir"
environment
:
-
MONGO_HOST=pht-mongo
-
MONGO_PORT=27017
-
MONGO_USER=admin
-
MONGO_PASSWORD=admin
-
MONGO_DB=pht
-
DOCKER_HOST=pht-dind
-
DOCKER_PORT=2376
-
HARBOR_ADDRESS=menzel.informatik.rwth-aachen.de
-
HARBOR_PORT=3007
-
HARBOR_WEBHOOK_SECRET=secret
-
CENTRALSERVICE_ADDRESS=menzel.informatik.rwth-aachen.de
-
CENTRALSERVICE_PORT=3005
-
AUTH_SERVER_ADDRESS=menzel.informatik.rwth-aachen.de
-
AUTH_SERVER_PORT=3006
-
JWT_SECRET=rwthi5-pht-jwt
-
SESSION_SECRET=rwthi5-pht-session
-
VAULT_HOST=pht-vault
-
VAULT_PORT=8200
networks
:
-
pht-net
-
metadata
...
...
@@ -93,19 +110,15 @@ services:
depends_on
:
-
dind
metadataservice
:
image
:
"
registry.git.rwth-aachen.de/sascha.welten/pht-architecture
/phtmetadataprovider:
latest
"
image
:
"
smithpht
/phtmetadataprovider:
prerelease
"
networks
:
metadata
:
aliases
:
-
metadata
service
-
metadata
provider
ports
:
-
"
9988:9988"
depends_on
:
-
mongo
environment
:
-
UPLINKADRESS=https://menzel.informatik.rwth-aachen.de:3005/metadata/store/sparql
# pls set the station identifier for your station, in future this will be done by the wizard
-
STATIONIDENTIFIER=http://registry.menzel.rwth-aachen.de/aachenbeeck
networks
:
pht-net
:
external
:
false
...
...
@@ -123,4 +136,5 @@ volumes:
pht-dind-data
:
pht-vault-data
:
pht-vault-certs-ca
:
pht-vault-certs-client
:
pht-vault-certs-client
:
pht-web-lockfile-vol
:
This diff is collapsed.
Click to expand it.
StationDeploymentFiles/telegraf.conf
+
1
−
1
View file @
4d6bf938
...
...
@@ -192,7 +192,7 @@
#bucket = "telegraf"
[[
outputs
.
http
]]
url
=
"http://metadata
service
:9988/telegraf"
url
=
"http://metadata
provider
:9988/telegraf"
timeout
=
"5s"
method
=
"POST"
data_format
=
"json"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment