Skip to content

Commit

Permalink
Merge pull request #160 from jvanderaa/fix-upstream-testing
Browse files Browse the repository at this point in the history
Fixes upstream testing.
  • Loading branch information
jvanderaa authored Dec 7, 2023
2 parents 0d9c766 + 3953d78 commit 8259b6c
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.3}-py${PYTHON_VER:-3.8}"
image: "ghcr.io/nautobot/nautobot-dev:${NAUTOBOT_VER:-1.3}-py${PYTHON_VER:-3.8}"
command: "nautobot-server runserver 0.0.0.0:8000 --insecure"
ports:
- "8000:8000"
Expand All @@ -46,8 +46,8 @@ 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"
docs:
image: "nginx:alpine"
Expand Down

0 comments on commit 8259b6c

Please sign in to comment.