Compare commits
36 Commits
0cc9c3598d
...
bb1237f9ad
Author | SHA1 | Date | |
---|---|---|---|
bb1237f9ad | |||
972a2c2314 | |||
4240318d20 | |||
c3f3d1a6fe | |||
ab6c06d423 | |||
9398e0d83d | |||
6fc62b5516 | |||
1f06af95eb | |||
15a552ef8b | |||
5d4def6143 | |||
ebc0ea5d84 | |||
488c59f667 | |||
825565451a | |||
6fa9440c76 | |||
33ce3c58aa | |||
06ad03c1d5 | |||
bd8398e7dd | |||
75a93c5456 | |||
d32337cf3a | |||
61ffb67686 | |||
a86ac15363 | |||
5fa8f821c1 | |||
203719c224 | |||
3009159c82 | |||
28334a4241 | |||
447a808849 | |||
42ae6a6b9b | |||
3261d67dca | |||
6355f3572f | |||
451c511554 | |||
87d584e4e8 | |||
a171d9eea0 | |||
620ab4e3d7 | |||
83a3d82ea5 | |||
6450c80236 | |||
6f6a82153a |
@ -10,6 +10,8 @@ export DOCKER_CONTEXT=$SERVER_NAME
|
||||
# or this:
|
||||
#export AWS_SECRET_ACCESS_KEY_FILE=s3
|
||||
#export AWS_ACCESS_KEY_ID=easter-october-emphatic-tug-urgent-customer
|
||||
# or this:
|
||||
#export HTTPS_PASSWORD_FILE=/run/secrets/https_password
|
||||
|
||||
# optionally limit subset of services for testing
|
||||
#export SERVICES_OVERRIDE="ghost_domain_tld_app ghost_domain_tld_db"
|
||||
|
15
compose.https.yml
Normal file
15
compose.https.yml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
version: "3.8"
|
||||
services:
|
||||
app:
|
||||
environment:
|
||||
- HTTPS_PASSWORD_FILE=/run/secrets/https_password
|
||||
- RESTIC_USER
|
||||
secrets:
|
||||
- source: https_password
|
||||
mode: 0400
|
||||
|
||||
secrets:
|
||||
https_password:
|
||||
external: true
|
||||
name: ${STACK_NAME}_https_password_${SECRET_HTTPS_PASSWORD_VERSION}
|
Loading…
x
Reference in New Issue
Block a user