We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cc830 commit f172850Copy full SHA for f172850
docker-compose.yaml
@@ -2,13 +2,14 @@ services:
2
app:
3
build: .
4
ports:
5
- - "5000:5000"
+ - "5001:5000"
6
environment:
7
- SQLALCHEMY_DATABASE_URI=sqlite:////data/hushline.db
8
- FLASK_ENV=development
9
- SECRET_KEY="cb3f4afde364bfb3956b97ca22ef4d2b593d9d980a4330686267cabcd2c0befd"
10
- ENCRYPTION_KEY="bi5FDwhZGKfc4urLJ_ChGtIAaOPgxd3RDOhnvct10mw="
11
- REDIS_URI=redis://redis:6379
12
+ - REGISTRATION_CODES_REQUIRED=false
13
volumes:
14
- ./volumes/app:/data
15
- ./:/app
0 commit comments