Variables, Dockerfile, better syntax, etc.

This commit is contained in:
3wc
2021-11-06 19:45:39 +02:00
parent 49ed657084
commit 8317f50a8a
5 changed files with 80 additions and 24 deletions

8
.envrc.sample Normal file
View File

@ -0,0 +1,8 @@
export RESTIC_SFTP_HOST="user@domain.tld"
export RESTIC_PASSWORD_FILE=/run/secrets/restic-password
export BACKUP_DEST=/backups
export SERVER_NAME=domain.tld
export DOCKER_CONTEXT=$SERVER_NAME
#export SERVICES_OVERRIDE="ghost_domain_tld_app ghost_domain_tld_db"