14 lines
439 B
YAML
Executable File
14 lines
439 B
YAML
Executable File
services:
|
|
http2pic:
|
|
image: gitea.haschek.at/haschek-solutions/http2pic:2
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./cache:/srv/cache
|
|
- ./logs:/srv/logs
|
|
environment:
|
|
- URL=http://localhost:8080
|
|
# - API_KEY=your-secret-key # if set, all /api requests must provide it
|
|
# - BLOCK_PRIVATE_IPS=true # block LAN/loopback/metadata IPs (recommended for public hosting)
|
|
ports:
|
|
- 8080:80
|