mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2025-08-06 18:49:47 +08:00
10 lines
197 B
YAML
10 lines
197 B
YAML
version: "3"
|
|
services:
|
|
app:
|
|
build: .
|
|
restart: always
|
|
env_file: .env
|
|
network_mode: host
|
|
image: fastapi-admin
|
|
command: uvicorn examples.main:app_ --port 8000 --host 0.0.0.0
|