update
This commit is contained in:
10
repos_extra/python-oauth-web-app/compose.yml
Normal file
10
repos_extra/python-oauth-web-app/compose.yml
Normal file
@ -0,0 +1,10 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
env_file:
|
||||
- ./.env
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- ./demo.sqlite:/app/demo.sqlite
|
||||
command: rye run flask run --host=0.0.0.0
|
Reference in New Issue
Block a user