initial commit
All checks were successful
Build & Push Docker (latest) / verify (push) Successful in 9m26s
Build & Push Docker (latest) / build (push) Successful in 14s

This commit is contained in:
Aiden Wilson
2026-05-29 22:24:09 +10:00
parent b667f143ab
commit 4595e782c8
13 changed files with 823 additions and 1 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
oembed-graphics:
build: .
ports:
- "3000:3000"
environment:
PORT: "3000"
HOST: "0.0.0.0"
PROVIDERS_TTL_MS: "43200000"
OEMBED_TIMEOUT_MS: "8000"
restart: unless-stopped