diff --git a/komodo.env b/komodo.env index ab7099e..4116db1 100644 --- a/komodo.env +++ b/komodo.env @@ -62,7 +62,7 @@ KOMODO_LOCAL_AUTH=true ## Disable new user signups. KOMODO_DISABLE_USER_REGISTRATION=false ## All new logins are auto enabled -KOMODO_ENABLE_NEW_USERS=false +KOMODO_ENABLE_NEW_USERS=true ## Disable non-admins from creating new resources. KOMODO_DISABLE_NON_ADMIN_CREATE=false ## Allows all users to have Read level access to all resources. diff --git a/komodo.yaml b/komodo.yaml index 00ffe2c..53fdcae 100644 --- a/komodo.yaml +++ b/komodo.yaml @@ -13,7 +13,7 @@ # # set +a services: - mongo: + komodo_mongo: image: mongo labels: komodo.skip: # Prevent Komodo from stopping with StopAllContainers @@ -36,13 +36,13 @@ services: constraints: - node.hostname == docker2 - core: + komodo_core: image: ghcr.io/moghtech/komodo-core:${COMPOSE_KOMODO_IMAGE_TAG:-latest} labels: komodo.skip: # Prevent Komodo from stopping with StopAllContainers restart: unless-stopped depends_on: - - mongo + - komodo_mongo logging: driver: ${COMPOSE_LOGGING_DRIVER:-local} ports: @@ -52,7 +52,7 @@ services: - netgrimoire #env_file: ./compose.env environment: - KOMODO_DATABASE_ADDRESS: mongo:27017 + KOMODO_DATABASE_ADDRESS: komodo_mongo:27017 KOMODO_DATABASE_USERNAME: ${KOMODO_DB_USERNAME} KOMODO_DATABASE_PASSWORD: ${KOMODO_DB_PASSWORD} volumes: @@ -61,7 +61,7 @@ services: ## Store sync files on server # - /path/to/syncs:/syncs ## Optionally mount a custom core.config.toml - # - /path/to/core.config.toml:/config/config.toml + - /DockerVol/komodo/config.toml:/config/config.toml ## Allows for systemd Periphery connection at ## "http://host.docker.internal:8120" # extra_hosts: