some improvements #6

Merged
decentral1se merged 6 commits from make_foodsoft_work_again into main 2022-04-12 10:37:21 +00:00
2 changed files with 17 additions and 1 deletions
Showing only changes of commit 964610022b - Show all commits

View File

@ -2,6 +2,7 @@ TYPE=foodsoft
DOMAIN=order.example.org
LETS_ENCRYPT_ENV=production
COMPOSE_FILE="compose.yml"
LOG_LEVEL=":info"
@ -28,13 +29,17 @@ MYSQL_PORT=3306
MYSQL_USER=foodsoft
# shared supplier list settings
# COMPOSE_FILE="compose.yml:compose.sharedlists.yml"
# COMPOSE_FILE="$COMPOSE_FILE:compose.sharedlists.yml"
# ENABLE_SHARED_LISTS=0
# SHARED_LISTS_DB_TYPE=mysql2
# SHARED_LISTS_HOST=order.otherfoodcoop.org
# SHARED_LISTS_DB_NAME=sharedlists
# SHARED_LISTS_USER=example
# Group order invoices generation pull request
# https://github.com/foodcoops/foodsoft/pull/907
# COMPOSE_FILE="$COMPOSE_FILE:compose.groupOrderInvoice.yml"
# outgoing mail settings
EMAIL_SENDER=noreply@example.org
EMAIL_ERROR=systems@example.org

View File

@ -0,0 +1,11 @@
---
version: "3.8"
services:
app:
image: viehlieb/foodsoft:2022-04-07_2
cron:
image: viehlieb/foodsoft:2022-04-07_2
worker:
image: viehlieb/foodsoft:2022-04-07_2