Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f71b773453 |
@@ -1,7 +1,4 @@
|
||||
TYPE=gancio
|
||||
ENABLE_BACKUPS=true
|
||||
|
||||
DOMAIN=gancio.example.com
|
||||
## Domain aliases
|
||||
#EXTRA_DOMAINS=', `www.gancio.example.com`'
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
@@ -20,8 +20,5 @@
|
||||
* `abra app new gancio`
|
||||
* `abra app config <app-name>`
|
||||
* `abra app deploy <app-name>`
|
||||
* navigate to the app at `https://<app-name>` and fill out the configuration setup. Then click `Next` at the bottom. At this point, the page should display a default username `admin` and password `<password>` while constantly refreshing and failing. Save the contents of `<password>`
|
||||
* `abra app restart <app-name> app`
|
||||
* you should be able to login at `https://<app-name>`!
|
||||
|
||||
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
|
||||
|
||||
+2
-6
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: cisti/gancio:1.28.2
|
||||
image: cisti/gancio:1.25.1
|
||||
networks:
|
||||
- proxy
|
||||
environment:
|
||||
@@ -16,14 +16,10 @@ services:
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
max_attempts: 10
|
||||
labels:
|
||||
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
||||
- "backupbot.backup.path=/data"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=proxy"
|
||||
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=13120"
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.25.1"
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user