Skip to content

Commit

Permalink
chore: add docker-compose.yml (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
zenato authored Aug 31, 2024
1 parent 89933a0 commit c75debd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
services:
puppeteer-renderer:
image: ghcr.io/zenato/puppeteer-renderer:latest
container_name: puppeteer-renderer
restart: unless-stopped
ports:
- ${PORT}:3000

0 comments on commit c75debd

Please sign in to comment.