blob: 6a3c7aa65d97aacb57ca4bd368d9e852ba16c829 (
plain) (
tree)
|
|
version: "3"
services:
agate:
image: agate
build:
context: .
networks:
- agatenet
ports:
- "1965:1965"
restart: unless-stopped
entrypoint: ["/root/.cargo/bin/agate","--content", "/srv", "--addr", "0.0.0.0:1965", "--hostname", "gemini.terminaldweller.com", "--lang", "en-US"]
cap_drop:
- ALL
cap_add:
- CHOWN
- SETGID
- SETUID
networks:
agatenet:
|