Skip to content

Instantly share code, notes, and snippets.

@Aervyon
Created May 9, 2023 02:46
Show Gist options
  • Save Aervyon/59bf2e818bab3d053473c9b8c12f1c12 to your computer and use it in GitHub Desktop.
Save Aervyon/59bf2e818bab3d053473c9b8c12f1c12 to your computer and use it in GitHub Desktop.
This is the compose file for Folderr's main compose. Folderr has a dev compose file too but thats unrelated.
services:
folderr:
build:
context: .
environment:
- PRIVATE_KEY
- PORT
- URL
- TRUST_PROXIES
- SIGNUPS
- HTTPS_CERT_OPTIONS
- SENTRY
- SENTRY_RATE
- SENTRY_TRACING
- DB_URL
- AUTH
- HOST
- EMAIL_PORT
- SECURE
- IGNORE_TLS
- REQUIRE_TLS
volumes:
- folderr:/usr/fldrr/Files
- keys:/usr/fldrr/internal
volumes:
folderr:
keys:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment