rsshub/compose.instagram.yml

17 lines
286 B
YAML
Raw Permalink Normal View History

2022-08-17 12:48:07 +00:00
---
version: "3.8"
services:
app:
2022-08-17 13:31:20 +00:00
secrets:
- ig_password
2022-08-17 12:48:07 +00:00
environment:
2022-08-17 13:45:37 +00:00
- IG_ENABLED
2022-08-17 12:48:07 +00:00
- IG_USERNAME
2022-08-17 12:53:13 +00:00
- IG_PASSWORD_FILE=/run/secrets/ig_password
secrets:
ig_password:
external: true
name: ${STACK_NAME}_ig_password_${SECRET_IG_PASSWORD_VERSION}