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

Support for Docker Swarm #59

Open
yantonak opened this issue Sep 18, 2024 · 0 comments
Open

Support for Docker Swarm #59

yantonak opened this issue Sep 18, 2024 · 0 comments

Comments

@yantonak
Copy link

Hi, please add support for creating a docker swarm service, because when machine go offline, it is started again, I tried the following approach:

docker service create --name postgres_backup postgres-backup-s3-backup:latest --env S3_BUCKET="secret" \ --env S3_SECRET_ACCESS_KEY="secret" \ --env S3_ACCESS_KEY_ID="secret" \ --env S3_REGION="secret"

But it always struggle with 0 instances and the sh script exits with no response,

Thanks alot

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

1 participant