ai/at
ai/at
1
0
at/repos_extra/python-oauth-web-app/compose.yml
2024-11-12 15:58:21 +09:00

11 lines
188 B
YAML

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