Skip to content

Commit

Permalink
document docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 27, 2024
1 parent e59a025 commit 22ec7e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: "3.7"

services:
app:
image: ghcr.io/pi0/nuxt-chat:main
restart: unless-stopped
ports:
- 3000:3000
volumes:
- ./.data:/app/.data

0 comments on commit 22ec7e5

Please sign in to comment.