mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
14 lines
203 B
YAML
14 lines
203 B
YAML
version: '3.8'
|
|
volumes:
|
|
comet_data:
|
|
services:
|
|
comet:
|
|
image: g0ldyy/comet
|
|
container_name: comet
|
|
ports:
|
|
- "3123:8000"
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- comet_data:/data
|