preparations and testing for a rewrite, ditching wkhtmltopdf for chrome-driver
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
http2pic:
|
||||
image: ghcr.io/hascheksolutions/http2pic:2
|
||||
restart: unless-stopped
|
||||
|
||||
environment:
|
||||
- URL=http://localhost:8080
|
||||
ports:
|
||||
- 8080:80
|
||||
Reference in New Issue
Block a user