Skip to content

Commit

Permalink
Update and rename docker-compose.yaml to docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
njts authored Jan 19, 2023
1 parent 16ed085 commit 3535e34
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docker-compose.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
services:
app:
image: xnct/tvap
environment:
- SITE_ID=<site_id>
- KEY=<api_key>
- BASE=plausible.io
ports:
- 3000:3000
volumes:
- ./tvap-logs:/app/logs

0 comments on commit 3535e34

Please sign in to comment.