Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
naiades-platform-poc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
naiades
naiades-platform-poc
Commits
53abfe01
Commit
53abfe01
authored
Nov 10, 2020
by
Federico Sismondi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for dockerized weather station DCA
parent
d1a82c29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
dca-carouge-weather-station/Dockerfile
dca-carouge-weather-station/Dockerfile
+1
-1
docker-compose.dca.yml
docker-compose.dca.yml
+2
-3
No files found.
dca-carouge-weather-station/Dockerfile
View file @
53abfe01
...
...
@@ -4,6 +4,6 @@ FROM openjdk:8-jdk-alpine
WORKDIR
/code
# copy target/find-links.jar /usr/local/runme/app.jar
COPY
* /code
COPY
* /code
/
ENTRYPOINT
["java","-jar","ydocDataCollector.jar"]
docker-compose.dca.yml
View file @
53abfe01
...
...
@@ -198,11 +198,10 @@ services:
environment
:
-
LC_ALL=C.UTF-8
-
LANG=C.UTF-8
-
FLASK_ENV=development
-
FLASK_DEBUG=1
-
FLASK_RUN_PORT=80
-
COLLECTION_DIR=/code/raw_data
-
ORION_HOST=${ORION}
expose
:
-
21
ports
:
-
21:21
volumes
:
...
...
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