Skip to content

Commit

Permalink
Merge pull request #161 from nautobot/update_ltm16_image_name
Browse files Browse the repository at this point in the history
Updated docker-compose for dev
  • Loading branch information
joewesch authored Dec 21, 2023
2 parents f4498c0 + 2c632b3 commit 8ab2fa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
nautobot:
condition: "service_healthy"
nautobot:
image: "ghcr.io/nautobot/nautobot:${NAUTOBOT_VER:-1.6}-py${PYTHON_VER:-3.8}"
image: "ghcr.io/nautobot/nautobot-dev:${NAUTOBOT_VER:-1.6}-py${PYTHON_VER:-3.8}"
command: "nautobot-server runserver 0.0.0.0:8000 --insecure"
ports:
- "8000:8000"
Expand All @@ -46,6 +46,6 @@ services:
image: "redis:6-alpine"
command:
- "sh"
- "-c" # this is to evaluate the $REDIS_PASSWORD from the env
- "redis-server --appendonly yes --requirepass $$REDIS_PASSWORD" ## $$ because of docker-compose
- "-c" # this is to evaluate the $REDIS_PASSWORD from the env
- "redis-server --appendonly yes --requirepass $$REDIS_PASSWORD" ## $$ because of docker-compose
env_file: "./dev.env"

0 comments on commit 8ab2fa7

Please sign in to comment.