diff --git a/conf/taiga/local.py b/conf/taiga/local.py index 0a6678b..588b5d5 100644 --- a/conf/taiga/local.py +++ b/conf/taiga/local.py @@ -10,6 +10,6 @@ from .docker import * -PUBLIC_REGISTER_ENABLED = True +PUBLIC_REGISTER_ENABLED = False DEBUG = False TEMPLATE_DEBUG = False diff --git a/docker-compose.yml b/docker-compose.yml index c9cab0d..034daac 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,6 +13,10 @@ services: # this way uploaded files are not lost during upgrades of the taiga image - ./media:/usr/src/taiga-back/media + # If you'd like to store the configuration outside of the container, + # uncomment this volume. This allows for easy changes to the configuration. + # - ./conf/taiga:/taiga + # - ./ssl.crt:/etc/nginx/ssl/ssl.crt:ro # To enable SSL, uncomment this line # - ./ssl.key:/etc/nginx/ssl/ssl.key:ro # To enable SSL, uncomment this line environment: