mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-10 00:42:18 +00:00
13 lines
349 B
YAML
13 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
|