Logo
Explore Help
Sign In
jansenj/netbox-docker
1
0
Fork 0
You've already forked netbox-docker
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
netbox-docker/docker-compose.test.yml

23 lines
433 B
YAML
Raw Normal View History

🐳 Adds a sample on how to run netbox tests
2017-08-30 11:10:55 +02:00
version: '3'
services:
app:
❇️ Make the default configuration cluster ready This changes the default configuration to be better prepared for usage with container management platforms, such as Docker Swarm, Kubernetes or OpenShift. Closes #27.
2017-12-13 15:50:30 +01:00
build:
context: .
args:
- BRANCH=${BRANCH-master}
image: ninech/netbox:${BRANCH-latest}
depends_on:
- postgres
env_file: netbox.env
command:
- ./manage.py
- test
🐳 Adds a sample on how to run netbox tests
2017-08-30 11:10:55 +02:00
postgres:
❇️ Make the default configuration cluster ready This changes the default configuration to be better prepared for usage with container management platforms, such as Docker Swarm, Kubernetes or OpenShift. Closes #27.
2017-12-13 15:50:30 +01:00
image: postgres:9.6-alpine
env_file: postgres.env
🐳 Adds a sample on how to run netbox tests
2017-08-30 11:10:55 +02:00
volumes:
❇️ Make the default configuration cluster ready This changes the default configuration to be better prepared for usage with container management platforms, such as Docker Swarm, Kubernetes or OpenShift. Closes #27.
2017-12-13 15:50:30 +01:00
netbox-static-files:
driver: local
netbox-nginx-config:
driver: local
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 109ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API