FastAPI-Oauth2/docker-compose.yml

14 lines
179 B
YAML
Raw Normal View History

2021-09-12 08:45:44 +00:00
version: '3.7'
services:
app:
build: .
env_file:
- .env
ports:
- 8000:80
tty: true
stdin_open: true