Add(module): add amap module Add(module): add common lib and services Add(module): add base structure for keycloak Add(module): add base structure for rocket Add(module): add n8n and windmill modules Add(docker): add install docker script in common module Add(template): add root for aldon.fr and mathieu.wiki in traefik.service template
8 lines
202 B
Bash
8 lines
202 B
Bash
source /opt/environment/.env
|
|
|
|
TIMESTAMP=$(date +'%Y-%m-%d_%H%M%S')
|
|
|
|
# create backup file
|
|
|
|
ls -1dt $SERVICE_BACKUPS_DIR/$SERVICE_BACKUPS_PREFIX-*.$SERVICE_BACKUPS_EXTENSION | tail -n +5 | xargs -r rm -f
|