diff options
author | EuAndreh <eu@euandre.org> | 2020-08-06 16:09:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-06 16:09:28 -0300 |
commit | d586d2907cefd64ddd99c6aaa5c6d5cba64da4e6 (patch) | |
tree | 0b0600aa285a39acf09dbce435f9d5bd23489166 /docker-compose.env.yaml | |
parent | Align Ansible with_items list (diff) | |
download | server-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.yaml | 20 |
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 |