mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-10 00:42:18 +00:00
12 lines
215 B
YAML
12 lines
215 B
YAML
|
services:
|
||
|
kineto:
|
||
|
restart: always
|
||
|
build: .
|
||
|
container_name: kineto
|
||
|
ports:
|
||
|
- "8081:8080"
|
||
|
volumes:
|
||
|
- ./style.css:/app/style.css
|
||
|
command: -s style.css gemini://capsule.jbowdre.lol
|
||
|
|