mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-29 15:42:19 +00:00
12 lines
349 B
YAML
12 lines
349 B
YAML
version: "3.9"
|
|
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
|