Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-sorrentino committed May 23, 2024
1 parent 57cc830 commit f172850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ services:
app:
build: .
ports:
- "5000:5000"
- "5001:5000"
environment:
- SQLALCHEMY_DATABASE_URI=sqlite:////data/hushline.db
- FLASK_ENV=development
- SECRET_KEY="cb3f4afde364bfb3956b97ca22ef4d2b593d9d980a4330686267cabcd2c0befd"
- ENCRYPTION_KEY="bi5FDwhZGKfc4urLJ_ChGtIAaOPgxd3RDOhnvct10mw="
- REDIS_URI=redis://redis:6379
- REGISTRATION_CODES_REQUIRED=false
volumes:
- ./volumes/app:/data
- ./:/app
Expand Down

0 comments on commit f172850

Please sign in to comment.