move environment stanza to .env.sample
This commit is contained in:
parent
4cc74b7965
commit
5e14166fd8
9
.env.sample
Normal file
9
.env.sample
Normal 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
|
@ -30,8 +30,8 @@ services:
|
|||||||
- html:/home/webhookd/public
|
- html:/home/webhookd/public
|
||||||
- ${SSH_DIR_PATH}:/home/webhookd/.ssh:ro
|
- ${SSH_DIR_PATH}:/home/webhookd/.ssh:ro
|
||||||
environment:
|
environment:
|
||||||
- HUGO_GIT_URL=git@codeberg.org:offline/future.git
|
- HUGO_GIT_URL
|
||||||
- WHD_SCRIPTS=/home/webhookd/scripts
|
- WHD_SCRIPTS
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
webhookd_script:
|
webhookd_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user