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} # Penpot
${REPO_DESCRIPTION}
<!-- metadata --> <!-- metadata -->
* **Category**: * **Category**: Apps
* **Status**: * **Status**: ❹💣
* **Image**: [`${REPO_NAME}`](https://hub.docker.com/r/${REPO_NAME}/${REPO_NAME}) * **Image**: [`penpotapp/*`](https://hub.docker.com/r/penpotapp)
* **Healthcheck**: * **Healthcheck**:
* **Backups**: * **Backups**:
* **Email**: * **Email**:
@ -17,7 +15,7 @@ ${REPO_DESCRIPTION}
1. Set up Docker Swarm and [`abra`] 1. Set up Docker Swarm and [`abra`]
2. Deploy [`coop-cloud/traefik`] 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`) to save secrets in `pass`)
4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to 4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box your Docker swarm box

View File

@ -53,6 +53,8 @@ services:
- PENPOT_SMTP_SSL=${PENPOT_SMTP_SSL} - PENPOT_SMTP_SSL=${PENPOT_SMTP_SSL}
networks: networks:
- backend - backend
# FIXME 3wc: this is only required for email
- proxy
penpot-exporter: penpot-exporter:
image: "penpotapp/exporter:1.4.0-alpha" image: "penpotapp/exporter:1.4.0-alpha"