fixed app wallabag: dependency, description
This commit is contained in:
parent
625ab49578
commit
1d1da7361f
3 changed files with 1 additions and 37 deletions
|
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"name": "wallabag-redis",
|
||||
"name": "redis",
|
||||
"image": "redis:alpine",
|
||||
"healthCheck": {
|
||||
"test": "CMD redis-cli ping",
|
||||
|
|
|
|||
|
|
@ -1,28 +0,0 @@
|
|||
services:
|
||||
wallabag:
|
||||
image: wallabag/wallabag
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SYMFONY__ENV__DATABASE_DRIVER=pdo_sqlite
|
||||
- SYMFONY__ENV__DATABASE_HOST=127.0.0.1
|
||||
- SYMFONY__ENV__DATABASE_NAME=wallabag
|
||||
- SYMFONY__ENV__DATABASE_CHARSET=utf8mb4
|
||||
- SYMFONY__ENV__MAILER_DSN=smtp://127.0.0.1
|
||||
- SYMFONY__ENV__FROM_EMAIL=noreply@bitspeicher.de
|
||||
- SYMFONY__ENV__DOMAIN_NAME=https://wallabag.bitspeicher.de
|
||||
- SYMFONY__ENV__SERVER_NAME="Wallabag"
|
||||
ports:
|
||||
- "80"
|
||||
volumes:
|
||||
- wallabag-data:/var/www/wallabag/web/assets/images
|
||||
depends_on:
|
||||
- redis
|
||||
redis:
|
||||
image: redis:alpine
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "redis-cli", "ping"]
|
||||
interval: 20s
|
||||
timeout: 3s
|
||||
volumes:
|
||||
wallabag-data:
|
||||
|
|
@ -1,18 +1,10 @@
|
|||
# wallabag
|
||||
|
||||

|
||||
[](https://matrix.to/#/#wallabag:matrix.org)
|
||||
[](https://liberapay.com/wallabag/donate)
|
||||
[](https://hosted.weblate.org/engage/wallabag/?utm_source=widget)
|
||||

|
||||
|
||||
wallabag is a web application allowing you to save web pages for later reading.
|
||||
Click, save and read it when you want. It extracts content so that you won't be distracted by pop-ups and cie.
|
||||
|
||||
You can install it on your own server, or you can create an account on [wallabag.it](https://wallabag.it).
|
||||
|
||||

|
||||
|
||||
* Website: [wallabag.org](https://wallabag.org)
|
||||
* Android app: [wallabag/android-app](https://github.com/wallabag/android-app)
|
||||
* iOS app: [wallabag/ios-app](https://github.com/wallabag/ios-app)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue