mirror of
https://github.com/Usagi-org/ai-goofish-monitor.git
synced 2025-11-25 03:15:07 +08:00
15 lines
264 B
YAML
15 lines
264 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
image: ghcr.io/dingyufei615/ai-goofish:latest
|
|
container_name: ai-goofish-monitor-app
|
|
pull_policy: always
|
|
ports:
|
|
- "8000:8000"
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- .:/app
|
|
restart: unless-stopped
|