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

Set dachs:latest to auto-start postgres/dachs #16

Open
chbrandt opened this issue Nov 21, 2021 · 2 comments
Open

Set dachs:latest to auto-start postgres/dachs #16

chbrandt opened this issue Nov 21, 2021 · 2 comments
Assignees

Comments

@chbrandt
Copy link
Member

Currently, during initialization, dachs just prints a help message and keeps waiting for users to start/run the services on their own (

CMD ["--rcfile", "/help.sh"]
).

Suce behavior is welcome when a simple docker run is used, but we can do better -- ie, start the services automatically -- when using docker-compose (through command).

@chbrandt chbrandt self-assigned this Nov 21, 2021
@kidpixo
Copy link

kidpixo commented Dec 7, 2022

We can specify a different entrypoint from the dachs/Dockerfile#L91 in docker-compose.yml#L14.

This way docker-compose starts dachs automagically, but running the image alone makes possible to validate & ingest the data.

@chbrandt
Copy link
Member Author

Good point @kidpixo . Do you happen to have a couple of cycles to do it? 🤞

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

No branches or pull requests

2 participants