move environment stanza to .env.sample

This commit is contained in:
basebuilder 2024-03-21 11:16:39 +01:00
parent 4cc74b7965
commit 5e14166fd8
2 changed files with 11 additions and 2 deletions

9
.env.sample Normal file
View File

@ -0,0 +1,9 @@
TYPE=parasol-static-site
DOMAIN=parasol.example.com
LETS_ENCRYPT_ENV=production
# Change this value to your repo
HUGO_GIT_URL=git@codeberg.org:offline/future.git
WHD_SCRIPTS=/home/webhookd/scripts

View File

@ -30,8 +30,8 @@ services:
- html:/home/webhookd/public
- ${SSH_DIR_PATH}:/home/webhookd/.ssh:ro
environment:
- HUGO_GIT_URL=git@codeberg.org:offline/future.git
- WHD_SCRIPTS=/home/webhookd/scripts
- HUGO_GIT_URL
- WHD_SCRIPTS
configs:
webhookd_script: