Update README

This commit is contained in:
3wc 2021-04-25 15:31:00 +02:00
parent 8a27ca1064
commit b7b2c9f515
2 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,9 @@
# ${REPO_NAME_TITLE}
${REPO_DESCRIPTION}
# Penpot
<!-- metadata -->
* **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

View File

@ -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"