capsule/agate/docker-compose.yaml

16 lines
360 B
YAML
Raw Normal View History

2024-03-21 17:59:50 +00:00
services:
agate:
restart: always
build: .
container_name: agate
volumes:
- ./content:/var/agate/content
- ./certs:/var/agate/certs
ports:
- "1965:1965"
2024-03-23 21:32:23 +00:00
command: >
--content content --certs certs --addr 0.0.0.0:1965
--hostname gmi.runtimeterror.dev
--hostname capsule.jbowdre.lol
2024-03-23 20:41:12 +00:00
--lang en-US