ai/at
ai/at
1
0
at/repos_extra/python-oauth-web-app/compose.yml

11 lines
188 B
YAML
Raw Normal View History

2024-10-18 13:49:50 +00:00
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