compose-stacks → coop-cloud

[ci skip]
This commit is contained in:
3wc 2021-03-02 19:56:01 +02:00
parent 6a16e343d8
commit 56a9a0cb44
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Selfoss # Selfoss
[![Build Status](https://drone.autonomic.zone/api/badges/compose-stacks/selfoss/status.svg)](https://drone.autonomic.zone/compose-stacks/selfoss) [![Build Status](https://drone.autonomic.zone/api/badges/coop-cloud/selfoss/status.svg)](https://drone.autonomic.zone/coop-cloud/selfoss)
[Selfoss] RSS reader using Coöp Cloud ♥ [Selfoss] RSS reader using Coöp Cloud ♥
@ -16,7 +16,7 @@
<!-- endmetadata --> <!-- endmetadata -->
1. Set up Docker Swarm and [`abra`] 1. Set up Docker Swarm and [`abra`]
2. Deploy [`compose-stacks/traefik`] 2. Deploy [`coop-cloud/traefik`]
3. `cp .envrc.sample .envrc` 3. `cp .envrc.sample .envrc`
4. Edit `.envrc` - be sure to change `$DOMAIN` to something that resolves to 4. Edit `.envrc` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box your Docker swarm box
@ -27,4 +27,4 @@
[Selfoss]: https://www.selfoss.aditu.de/ [Selfoss]: https://www.selfoss.aditu.de/
[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra [`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra
[`compose-stacks/traefik`]: https://git.autonomic.zone/compose-stacks/traefik [`coop-cloud/traefik`]: https://git.autonomic.zone/coop-cloud/traefik

View File

@ -10,7 +10,7 @@ services:
- SELFOSS_USERNAME - SELFOSS_USERNAME
- SELFOSS_PASSWORD - SELFOSS_PASSWORD
# TODO 3wc: call PHP password_hash() on this before loading it, see # TODO 3wc: call PHP password_hash() on this before loading it, see
# https://git.autonomic.zone/compose-stacks/selfoss/issues/3 # https://git.autonomic.zone/coop-cloud/selfoss/issues/3
#- SELFOSS_PASSWORD_FILE=/run/secrets/selfoss_password #- SELFOSS_PASSWORD_FILE=/run/secrets/selfoss_password
- SELFOSS_DB_TYPE - SELFOSS_DB_TYPE
- SELFOSS_LOGGER_LEVEL - SELFOSS_LOGGER_LEVEL