Skip to content

Commit

Permalink
Cleans up docker-compose files. Fixes #119.
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Kerchner <[email protected]>
  • Loading branch information
kerchner and Daniel Kerchner authored Sep 21, 2021
1 parent a4f15d4 commit 7c4f064
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/example.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ services:
restart: always
# For development
# server-flaskrun:
image: gwul/tweetsets-flaskrun
# image: gwul/tweetsets-flaskrun
## build:
## context: ..
## dockerfile: Dockerfile-flaskrun
Expand All @@ -137,8 +137,8 @@ services:
# ports:
# - ${SERVER_PORT}:5000
# volumes:
# - /tweetsets_data/datasets:/tweetsets_data/datasets
# - /tweetsets_data/full_datasets:/tweetsets_data/full_datasets
# - ${TWEETSETS_DATA_PATH}/datasets:/tweetsets_data/datasets
# - ${TWEETSETS_DATA_PATH}/full_datasets:/tweetsets_data/full_datasets
# # Link in a file containing a message to be displayed on dataset list page, e.g., for other
# # collections that are available, but not loaded.
# - "./dataset_list_msg.txt:/opt/tweetsets/dataset_list_msg.txt"
Expand Down Expand Up @@ -199,7 +199,6 @@ services:
links:
- elasticsearch:elasticsearch
- elasticsearch2:elasticsearch2
- spark-master
volumes:
- ${DATASET_PATH}:/dataset
networks:
Expand Down

0 comments on commit 7c4f064

Please sign in to comment.