Commit Graph

13 Commits

Author SHA1 Message Date
Marco Ceppi
1d584be254 🔧 Update nginx docker configuration 2020-05-27 15:48:58 -04:00
Marco Ceppi
a285e75c78 🐳 Expose netbox's nginx on port 8000 2020-05-27 15:48:58 -04:00
Marco Ceppi
e05ab4a16c Merge upstream v2.7.8 into develop 2020-02-27 08:40:35 -05:00
Marco Ceppi
2455aca2f1 Execute startup scripts everytime 2019-11-26 11:20:38 -05:00
Marco Ceppi
58ae0f317d Tweak docker-compose to avoid collisions 2019-11-21 16:50:37 -05:00
Charles Butler
e699e1f2b8 Update docker-compose file to default to the floating "develop" tag
- Instead of pinning in docker-compose we should probably follow the
  floating tag so we're at least semi-recent. It looks like we updated
  the develop build tag to be pushed along with develop.build#
2019-10-25 09:36:00 -04:00
Marco Ceppi
67cc069857 Update project scaffolding
* Use nginx for static files
* Add netbox to docker-compose
* Lint source code
* Update nginx.conf to actually work
* Build a base `branch` tag for latest of that branch
2019-10-08 11:07:47 -04:00
Marco Ceppi
cca2c6b680 Vapor API Scaffold (#2)
* Updated README

* Start of Vapor Netbox Module

* Add api/vapor route

* Ignore virtualenv

* Query devices assigned to users

* Add vapor/interfaces route

* adds docker-compose file to manage postgres/redis

- Initial test suite for the vapor api module. (Django tests are kind of
  hard and slow)

* Init pipeline

 - Adds a tox harness to run the test suite
 - Test running in tox
 - Clone example config to config.py
 - Add the kubernetes agent + dependent services to complete tests in
   the podspec
 - some really hacky sed configuration on the fly

* Init Docker build

- Adds the dockerfile assets from vapor-ware/netbox-docker
- Slight changes to keep the root directory clean (nesting dirs in
  docker path)
- Adds a rudimentary job label to build on micro-k8s builder
- adds docker build/publish stages to the pipeline for branch builds.
- dockerignore the project dir as its fetching packages from GHAPI

* Cleanups

* More unittests
2019-09-24 13:53:58 -04:00
Jeremy Stretch
864fa17b75 Closes #1008: Moved Docker components into their own repository 2017-04-19 10:58:42 -04:00
Zach Moody
db25894363 Fixes #246 - Add build directive to docker-compose.yml 2016-07-10 19:00:40 -05:00
Christian Kniep
af87345637 remove debug port exposure for netbox 2016-07-04 10:51:52 +02:00
Christian Kniep
85c55cd27f use volumes of netbox, holding default config 2016-07-04 10:42:24 +02:00
Christian Koep
24e361dc50 Add option to dockerize netbox 2016-06-30 21:43:32 +02:00