Make Stripe optional

This commit is contained in:
2022-10-13 18:20:30 +01:00
parent 22df27178b
commit e3fc0317a3
6 changed files with 113 additions and 19 deletions

View File

@@ -9,8 +9,8 @@ services:
# - ${PORTAINER_GIT_DIR}/docker/prod/uwsgi.ini:/conf/uwsgi.ini
- ${APP_LOCAL_SETTINGS}:/code/app/local_settings.py
- ${APP_DATABASE_FILE}:/code/db.sqlite3
ports:
- "8000:8000" # uwsgi socket
#ports:
# - "8000:8000" # uwsgi socket
env_file:
- ../stack.env
volumes_from: