forked from nautobot/nautobot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
invoke.yml.example
36 lines (34 loc) · 1011 Bytes
/
invoke.yml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
# nautobot:
# project_name: "nautobot"
# local: False
# python_ver: "3.12"
# compose_dir: "/full/path/to/nautobot/development"
# cache_test_fixtures: False
# compose_files:
# - "docker-compose.yml"
# - "docker-compose.postgres.yml"
# - "docker-compose.dev.yml"
# docker_image_names_main:
# - "networktocode/nautobot"
# - "ghcr.io/nautobot/nautobot"
# docker_image_names_develop:
# - "networktocode/nautobot"
# - "ghcr.io/nautobot/nautobot"
# - "networktocode/nautobot-dev"
# - "ghcr.io/nautobot/nautobot-dev"
# The following is an example of using a MySQL as the database backend
# ---
# nautobot:
# compose_files:
# - "docker-compose.yml"
# - "docker-compose.mysql.yml"
# - "docker-compose.dev.yml"
# The following is an example of using SSO development environment
# ---
# nautobot:
# compose_files:
# - "docker-compose.yml"
# - "docker-compose.mysql.yml"
# - "docker-compose.dev.yml"
# - "docker-compose.keycloak.yml"