From b8e170a90fd6a810d68c8dbfa0c1a14f52ac0058 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 16 Mar 2024 12:37:22 -0400 Subject: [PATCH] rolled back accidental testing conf --- docker-compose.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c31fd5b..153d183 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,8 +7,6 @@ services: ports: - 8000:8000 user: "www-data:www-data" - environment: - - APPRISE_WORKER_COUNT=1 volumes: - ./apprise_api:/opt/apprise/webapp:ro # if uncommenting the below, you will need to type the following @@ -35,11 +33,11 @@ services: ## ## > Host service (visit http://localhost on host pc to access): ## ./manage.py runserver 0.0.0.0:8000 - test.py310: - ports: - - 8000:8000 - build: - context: . - dockerfile: Dockerfile.py310 - volumes: - - ./:/apprise-api + #test.py310: + # ports: + # - 8000:8000 + # build: + # context: . + # dockerfile: Dockerfile.py310 + # volumes: + # - ./:/apprise-api