[a] add compose.yml
All checks were successful
Build and Push Docker Image / docker-build (push) Successful in 13s
All checks were successful
Build and Push Docker Image / docker-build (push) Successful in 13s
This commit is contained in:
parent
8f0645c8b5
commit
9c0daaba4b
1 changed files with 8 additions and 0 deletions
8
compose.yml
Normal file
8
compose.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
services:
|
||||||
|
pageviews-api:
|
||||||
|
image: gitpot.org/sangelo/plausible-pageviews-api:main
|
||||||
|
container_name: plausible-pageviews-api
|
||||||
|
ports:
|
||||||
|
- "3000:3000"
|
||||||
|
volumes:
|
||||||
|
- ./.env:/app/.env
|
Loading…
Reference in a new issue