GOGS (https://github.com/gogs/gogs) with CRON backup builtin
384
GOGS (https://github.com/gogs/gogs) Works great but the self contained version lack Automated backup.
This image adds CRON based Automated backup to gogs. Which can be then moved to S3.
docker run -it -p 3000:3000 -e CRON_EXPRESSION="54 * * * *" --name=gogs_with_backup labizbille/gogs_with_backup:latest
Content type
Image
Digest
Size
44.6 MB
Last updated
over 5 years ago
docker pull labizbille/gogs_with_backup