Skip to content

Commit

Permalink
Fixes: #6 - Show device count on Hardware Lifecycle list view
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Mar 20, 2024
1 parent 9043396 commit cbf2eb8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ jobs:
python-version: ['3.11'] # '3.8', '3.9', '3.10',
node-version: ['14.x']
services:
redis:
image: redis
ports:
- 6379:6379
postgres:
image: postgres
env:
POSTGRES_USER: netbox
POSTGRES_PASSWORD: netbox
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
#redis:
# image: redis
# ports:
# - 6379:6379
#postgres:
# image: postgres
# env:
# POSTGRES_USER: netbox
# POSTGRES_PASSWORD: netbox
# options: >-
# --health-cmd pg_isready
# --health-interval 10s
# --health-timeout 5s
# --health-retries 5
# ports:
# - 5432:5432

steps:
- name: Check out NetBox
Expand Down

0 comments on commit cbf2eb8

Please sign in to comment.