mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 15:25:57 +00:00
7 lines
292 B
Plaintext
7 lines
292 B
Plaintext
# branding folder used for "docker compose up" run in deployment folder
|
|
CONFIGURATION=stage.ocelot.social
|
|
|
|
# used in "scripts/clusters.backup-multiple-servers.sh"
|
|
BACKUP_CONFIGURATIONS="stage.ocelot.social stage.wir.social"
|
|
# if '<= 0' no backups will be deleted
|
|
BACKUP_SAVED_BACKUPS_NUMBER=7 |