view docker/docker-compose.yml @ 3455:c30b4b18d3b8

plugin app manager docker: use default emails for weblate: when `email_from` was not set in `sat.conf`, no value was set for `WEBLATE_SERVER_EMAIL` and `WEBLATE_DEFAULT_FROM_EMAIL`. These environment variables are needed for Weblate to be launched, so default value are now used (the same as the one from official Weblate Docker image).
author Goffi <goffi@goffi.org>
date Fri, 15 Jan 2021 11:27:15 +0100
parents 58e97cf475d9
children 73e04040d577
line wrap: on
line source

version: "3.6"
services:

  sat:
    image: salutatoi/sat
    build: backend

  libervia:
    image: salutatoi/libervia
    build: libervia
    depends_on:
      - sat