aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.env.yaml
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-06 16:09:28 -0300
committerEuAndreh <eu@euandre.org>2020-08-06 16:09:28 -0300
commitd586d2907cefd64ddd99c6aaa5c6d5cba64da4e6 (patch)
tree0b0600aa285a39acf09dbce435f9d5bd23489166 /docker-compose.env.yaml
parentAlign Ansible with_items list (diff)
downloadserver-d586d2907cefd64ddd99c6aaa5c6d5cba64da4e6.tar.gz
server-d586d2907cefd64ddd99c6aaa5c6d5cba64da4e6.tar.xz
Remove gpodder.net sync software from the server
Diffstat (limited to 'docker-compose.env.yaml')
-rw-r--r--docker-compose.env.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/docker-compose.env.yaml b/docker-compose.env.yaml
index 415567c..8785b68 100644
--- a/docker-compose.env.yaml
+++ b/docker-compose.env.yaml
@@ -78,23 +78,3 @@ services:
- LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
networks:
- nginx-proxy-network
-
- gpodder:
- build:
- context: ./dockerfiles/gpodder
- container_name: gpodder
- restart: "no"
- volumes:
- - "${VOLUME_HOME}/applications/gpodder/mygpo:/usr/src/mygpo"
- ports:
- - "${GPODDER_PORT}:8000"
- environment:
- - VIRTUAL_HOST=${GPODDER_TLD}
- - VIRTUAL_PORT=${GPODDER_PORT}
- - LETSENCRYPT_HOST=${GPODDER_TLD}
- - LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
- - SECRET_KEY=${GPODDER_SECRET_KEY}
- - DEFAULT_BASE_URL=http://localhost:8000/
- - DEBUG=False
- networks:
- - nginx-proxy-network