Skip to content

Commit f172850

Browse files
Update docker-compose.yaml
1 parent 57cc830 commit f172850

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ services:
22
app:
33
build: .
44
ports:
5-
- "5000:5000"
5+
- "5001:5000"
66
environment:
77
- SQLALCHEMY_DATABASE_URI=sqlite:////data/hushline.db
88
- FLASK_ENV=development
99
- SECRET_KEY="cb3f4afde364bfb3956b97ca22ef4d2b593d9d980a4330686267cabcd2c0befd"
1010
- ENCRYPTION_KEY="bi5FDwhZGKfc4urLJ_ChGtIAaOPgxd3RDOhnvct10mw="
1111
- REDIS_URI=redis://redis:6379
12+
- REGISTRATION_CODES_REQUIRED=false
1213
volumes:
1314
- ./volumes/app:/data
1415
- ./:/app

0 commit comments

Comments
 (0)