Skip to content

Commit

Permalink
Add back in compose comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Aug 13, 2024
1 parent 1befc69 commit 39336e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maybe/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ services:
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data/rails:/rails/storage
# Self-hosted Maybe requires a Synth API key (https://synthfinance.com/) for basic multi-currency support.
# Ideally Maybe will support API key input via the UI in the future, but for now we create a persistent .env file for Advanced users to input their API key and restart Maybe (see pre-install hook)
env_file:
- ${APP_DATA_DIR}/.env
environment:
Expand Down

0 comments on commit 39336e7

Please sign in to comment.