mirror of
https://github.com/h2non/imaginary.git
synced 2026-02-28 19:07:35 +01:00
12 lines
179 B
YAML
12 lines
179 B
YAML
version: "3"
|
|
|
|
services:
|
|
imaginary:
|
|
image: h2non/imaginary
|
|
ports:
|
|
- "8088:8088"
|
|
environment:
|
|
- PORT=8088
|
|
command: -concurrency 50 -enable-url-source
|
|
|