rsshub/compose.instagram.yml

20 lines
339 B
YAML

---
version: "3.8"
services:
app:
environment:
- IG_USERNAME
- IG_PASSWORD_FILE=/run/secrets/ig_password
- IG_PROXY="socks://proxy:9050"
proxy:
image: palnabarun/tor
networks:
- internal
secrets:
ig_password:
external: true
name: ${STACK_NAME}_ig_password_${SECRET_IG_PASSWORD_VERSION}