Set up continuous integration (#13)

Closes #3
This commit is contained in:
wkoot
2023-03-29 22:00:48 +02:00
committed by GitHub
parent a53486ca23
commit 1925be271a
18 changed files with 569 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
version: '3.7'
services:
netbox:
ports:
- "8001:8080"
build:
context: ..
dockerfile: ci/Dockerfile-CI
image: netbox:slm
netbox-worker:
image: netbox:slm
netbox-housekeeping:
image: netbox:slm
postgres:
ports:
- "5432:5432"
redis:
ports:
- "6379:6379"