mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-10 00:42: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:
|
services:
|
||||||
agate:
|
agate:
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -9,4 +8,8 @@ services:
|
||||||
- ./certs:/var/agate/certs
|
- ./certs:/var/agate/certs
|
||||||
ports:
|
ports:
|
||||||
- "1965:1965"
|
- "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:
|
volumes:
|
||||||
- ./style.css:/app/style.css
|
- ./style.css:/app/style.css
|
||||||
command: -s style.css gemini://capsule.jbowdre.lol
|
command: -s style.css gemini://capsule.jbowdre.lol
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue