clean up docker-composes

This commit is contained in:
John Bowdre 2024-03-23 15:41:12 -05:00
parent 32573512c3
commit fde52ab553
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -8,4 +8,3 @@ services:
volumes:
- ./style.css:/app/style.css
command: -s style.css gemini://capsule.jbowdre.lol