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