Skip to content

Commit 1f1d1e0

Browse files
committed
Rename container to match others, add to quickstart
1 parent 518d093 commit 1f1d1e0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ services:
100100
- redis
101101

102102
flowmachine_cache_cleanup:
103-
container_name: flowmachine-cache-cleanup
103+
container_name: flowmachine_cache_cleanup
104104
image: flowminder/flowmachine:${CONTAINER_TAG:-latest}
105105
depends_on:
106106
- flowmachine_query_locker

quick_start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ else
135135
if [[ "$RUNNING" != "" ]]; then
136136
confirm "Existing containers are running and will be replaced. Are you sure?" || exit 1
137137
fi
138-
DOCKER_SERVICES="flowdb flowapi flowmachine flowauth flowmachine_query_locker $WORKED_EXAMPLES"
138+
DOCKER_SERVICES="flowdb flowapi flowmachine flowauth flowmachine_query_locker flowmachine_cache_cleanup $WORKED_EXAMPLES"
139139
$DOCKER_COMPOSE pull $DOCKER_SERVICES
140140
$DOCKER_COMPOSE up -d --renew-anon-volumes $DOCKER_SERVICES
141141
echo "Waiting for containers to be ready.."

secrets_quickstart/flowmachine.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ services:
3737
- flowdb
3838
- redis
3939
- zero
40-
flowmachine-cache-cleanup:
41-
container_name: flowmachine-cache-cleanup
40+
flowmachine_cache_cleanup:
41+
container_name: flowmachine_cache_cleanup
4242
image: flowminder/flowmachine:${CONTAINER_TAG:-latest}
4343
depends_on:
4444
- flowmachine_query_locker

0 commit comments

Comments
 (0)