Skip to content

Commit

Permalink
Create compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thelastblt authored Jul 23, 2024
1 parent 5cfe7a8 commit 7ab1c16
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: '3.8'
volumes:
comet_data:
services:
comet:
image: g0ldyy/comet
restart: unless-stopped
container_name: comet
ports:
- "3123:8000"
env_file:
- .env
volumes:
- comet_data:/data

0 comments on commit 7ab1c16

Please sign in to comment.