aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-02 17:11:56 -0300
committerEuAndreh <eu@euandre.org>2020-08-02 17:11:56 -0300
commite89e31ae264d1d4e2f07bcb6c2165069f1cff019 (patch)
tree85e65f6808ee3caf8227bf2dece6995e2c2ca1c7
parentTODOs.org (diff)
downloadserver-e89e31ae264d1d4e2f07bcb6c2165069f1cff019.tar.gz
server-e89e31ae264d1d4e2f07bcb6c2165069f1cff019.tar.xz
docker-compose.yaml: Remove wallabag container
-rw-r--r--docker-compose.env.yaml18
1 files changed, 0 insertions, 18 deletions
diff --git a/docker-compose.env.yaml b/docker-compose.env.yaml
index f5acf14..c035c80 100644
--- a/docker-compose.env.yaml
+++ b/docker-compose.env.yaml
@@ -40,24 +40,6 @@ services:
- LETSENCRYPT_HOST=${STATIC_TLD}
- LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
- wallabag:
- image: wallabag/wallabag
- container_name: wallabag
- restart: always
- volumes:
- - "${VOLUME_HOME}/applications/wallabag/data:/var/www/wallabag/data"
- - "${VOLUME_HOME}/applications/wallabag/images:/var/www/wallabag/web/assets/images"
- ports:
- - "${WALLABAG_PORT}:80"
- environment:
- - SYMFONY__ENV__FOSUSER_REGISTRATION=false
- - SYMFONY__ENV__FOSUSER_CONFIRMATION=false
- - SYMFONY__ENV__DOMAIN_NAME=https://${WALLABAG_TLD}
- - VIRTUAL_HOST=${WALLABAG_TLD}
- - VIRTUAL_PORT=${WALLABAG_PORT}
- - LETSENCRYPT_HOST=${WALLABAG_TLD}
- - LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
-
nextcloud:
image: nextcloud:fpm
container_name: nextcloud