-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from chadell/release-v1.1.0
Release v1.1.0
- Loading branch information
Showing
22 changed files
with
1,687 additions
and
780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
POSTGRES_PASSWORD=notverysecurepwd | ||
REDIS_PASSWORD=notverysecurepwd | ||
NAUTOBOT_REDIS_PASSWORD=notverysecurepwd | ||
SECRET_KEY=r8OwDznj!!dci#P9ghmRfdu1Ysxm0AiPeDCQhKE+N_rClfWNj | ||
NAUTOBOT_CREATE_SUPERUSER=true | ||
NAUTOBOT_SUPERUSER_API_TOKEN=0123456789abcdef0123456789abcdef01234567 | ||
NAUTOBOT_SUPERUSER_PASSWORD=admin | ||
# POSTGRES_HOST=localhost | ||
# REDIS_HOST=localhost | ||
# NAUTOBOT_ROOT=./development | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
# We can't remove volumes in a compose override, for the test configuration using the final containers | ||
# we don't want the volumes so this is the default override file to add the volumes in the dev case | ||
# any override will need to include these volumes to use them. | ||
# see: https://github.com/docker/compose/issues/3729 | ||
--- | ||
x-nautobot-base: &nautobot-base | ||
volumes: | ||
- "./nautobot_config.py:/opt/nautobot/nautobot_config.py" | ||
- "../:/source" | ||
|
||
version: "3.4" | ||
services: | ||
nautobot: | ||
healthcheck: | ||
disable: true | ||
command: "nautobot-server runserver 0.0.0.0:8080" | ||
volumes: | ||
- "./nautobot_config.py:/opt/nautobot/nautobot_config.py" | ||
- "../:/source" | ||
<<: *nautobot-base | ||
celery_worker: | ||
<<: *nautobot-base | ||
worker: | ||
volumes: | ||
- "./nautobot_config.py:/opt/nautobot/nautobot_config.py" | ||
- "../:/source" | ||
<<: *nautobot-base |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
mkdocs==1.1.2 | ||
mkdocs==1.2.3 |
Oops, something went wrong.