use docker-compose.yml instead of docker-compose.test.yml

This commit is contained in:
thde 2018-06-28 09:59:59 +02:00
parent 0d8e719675
commit 5e0b0a608b
3 changed files with 6 additions and 32 deletions

View file

@ -1,26 +0,0 @@
version: '3'
services:
app:
build:
context: .
args:
- BRANCH=${BRANCH-master}
image: ninech/netbox:${BRANCH-latest}
depends_on:
- postgres
env_file: netbox.env
volumes:
- ./startup_scripts:/opt/netbox/startup_scripts:ro
- ./initializers:/opt/netbox/initializers:ro
- ./configuration:/etc/netbox/config:ro
command:
- ./manage.py
- test
postgres:
image: postgres:10.2-alpine
env_file: postgres.env
volumes:
netbox-static-files:
driver: local
netbox-nginx-config:
driver: local