mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-09 16:32:18 +00:00
clean up docker-composes
This commit is contained in:
parent
32573512c3
commit
fde52ab553
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
agate:
|
||||
restart: always
|
||||
|
@ -9,4 +8,8 @@ services:
|
|||
- ./certs:/var/agate/certs
|
||||
ports:
|
||||
- "1965:1965"
|
||||
command: --content content --certs certs --addr 0.0.0.0:1965 --hostname gmi.runtimeterror.dev --hostname capsule.jbowdre.lol --lang en-US
|
||||
command: |
|
||||
--content content --certs certs --addr 0.0.0.0:1965 \
|
||||
--hostname gmi.runtimeterror.dev \
|
||||
--hostname capsule.jbowdre.lol \
|
||||
--lang en-US
|
||||
|
|
|
@ -8,4 +8,3 @@ services:
|
|||
volumes:
|
||||
- ./style.css:/app/style.css
|
||||
command: -s style.css gemini://capsule.jbowdre.lol
|
||||
|
||||
|
|
Loading…
Reference in a new issue