Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ftl serve auto start docker container #567

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

wesbillman
Copy link
Collaborator

Fixes #562

Output when container is stopped:

ftl serve

info: Using docker container 'ftl-db' for postgres db
info: Postgres DSN: postgres://postgres:secret@localhost:5433/ftl-db?sslmode=disable
info: Starting 1 controller(s) and 0 runner(s)

@wesbillman wesbillman merged commit 5deba2a into main Nov 7, 2023
9 checks passed
@wesbillman wesbillman deleted the auto-start-docker-container-ftl-serve branch November 7, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ftl serve fails to run if ftl-db container is present but stopped
1 participant