Skip to content

Commit

Permalink
rolled back accidental testing conf
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Mar 16, 2024
1 parent 8cba2b4 commit b8e170a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit b8e170a

Please sign in to comment.