Files
reminder-mails/docker-compose.yml
2021-07-14 15:51:32 +02:00

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