mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
15 lines
217 B
YAML
15 lines
217 B
YAML
volumes:
|
|
comet_data:
|
|
|
|
services:
|
|
comet:
|
|
container_name: comet
|
|
image: g0ldyy/comet
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8000:8000"
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- comet_data:/data
|