From b7b2c9f515a9aa456c1f8916f14ece611ffce866 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sun, 25 Apr 2021 15:31:00 +0200 Subject: [PATCH] Update README --- README.md | 12 +++++------- compose.yml | 2 ++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a673da8..0207ac0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ -# ${REPO_NAME_TITLE} - -${REPO_DESCRIPTION} +# Penpot -* **Category**: -* **Status**: -* **Image**: [`${REPO_NAME}`](https://hub.docker.com/r/${REPO_NAME}/${REPO_NAME}) +* **Category**: Apps +* **Status**: ❹💣 +* **Image**: [`penpotapp/*`](https://hub.docker.com/r/penpotapp) * **Healthcheck**: * **Backups**: * **Email**: @@ -17,7 +15,7 @@ ${REPO_DESCRIPTION} 1. Set up Docker Swarm and [`abra`] 2. Deploy [`coop-cloud/traefik`] -3. `abra app new ${REPO_NAME} --secrets` (optionally with `--pass` if you'd like +3. `abra app new penpot --secrets` (optionally with `--pass` if you'd like to save secrets in `pass`) 4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to your Docker swarm box diff --git a/compose.yml b/compose.yml index 45057cd..bf9d6cd 100644 --- a/compose.yml +++ b/compose.yml @@ -53,6 +53,8 @@ services: - PENPOT_SMTP_SSL=${PENPOT_SMTP_SSL} networks: - backend + # FIXME 3wc: this is only required for email + - proxy penpot-exporter: image: "penpotapp/exporter:1.4.0-alpha"