bluet / docker-cronicle-docker

Scheduling dockerized Cronicle cron jobs run in docker container.
MIT License
105 stars 26 forks source link

`.setup_done` file does not get saved to alternative storage locations #18

Closed TheBestMoshe closed 1 year ago

TheBestMoshe commented 2 years ago

I set up Cronicle using this Docker image. However, I am using S3 as the storage backend. Since I am using S3 I am not mounting any data volumes to the container.

The .setup_done file is being created only inside the Docker container. Whenever the container restarts, the setup scripts run and reset all the data which is stored in S3.

bluet commented 2 years ago

@TheBestMoshe any suggestions?

bluet commented 1 year ago

closing due to no further activities.