12 lines
244 B
YAML
12 lines
244 B
YAML
# SPDX-FileCopyrightText: 2019 Free Software Foundation Europe e.V.
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
---
|
|
version: "3"
|
|
services:
|
|
reminder-mails:
|
|
container_name: reminder-mails
|
|
build: .
|
|
image: reminder-mails
|
|
restart: always
|