Work-in-progress: split S3 & SSH storage

This commit is contained in:
3wc
2021-11-09 12:37:56 +02:00
parent f5e87f396a
commit ed76e6164b
6 changed files with 57 additions and 7 deletions

13
compose.ssh.yml Normal file
View File

@ -0,0 +1,13 @@
---
version: "3.8"
services:
app:
environment:
- SSH_KEY_FILE=/run/secrets/ssh_key
secrets:
- ssh_key
secrets:
ssh_key:
external: true
name: ${STACK_NAME}_ssh_key_${SECRET_SSH_KEY_VERSION}