12 lines
226 B
YAML
12 lines
226 B
YAML
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
|