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

feat: Add easy install script #394

Merged
merged 1 commit into from
Jun 15, 2021
Merged

feat: Add easy install script #394

merged 1 commit into from
Jun 15, 2021

Conversation

mr-karan
Copy link
Collaborator

  • Add a shell script to orchestrate a production setup with
    docker-compose. The script fetches config and docker-compose.yml
    from the master branch, generates a secure password, performs DB
    migrations and starts the container services.

  • Add a health check for Postgres container service in docker-compose.yml.

  • Add cusotm container_name for services inside docker-compose.
    This is helpful to check the status of containers in the install shell script.

listmonk_install

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@knadh
Copy link
Owner

knadh commented Jun 14, 2021

This is awesome! 🎉

@mr-karan mr-karan requested a review from knadh June 15, 2021 03:19
- Add a shell script to orchestrate a production setup with
`docker-compose`. The script fetches config and `docker-compose.yml`
from the `master` branch, generates a secure password, performs DB
migrations and starts the container services.

- Add a health check for Postgres container service in `docker-compose.yml`.

- Add cusotm `container_name` for services inside `docker-compose`.
This is helpful to check the status of containers in the install shell script.
@knadh knadh merged commit a22d7fa into knadh:master Jun 15, 2021
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.

2 participants