mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-10 00:42:18 +00:00
15 lines
366 B
YAML
15 lines
366 B
YAML
services:
|
|
agate:
|
|
restart: always
|
|
build: .
|
|
container_name: agate
|
|
volumes:
|
|
- ./content:/var/agate/content
|
|
- ./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
|