docker-compose.yml in netbox-client-ruby-0.1.2 vs docker-compose.yml in netbox-client-ruby-0.1.3

- old
+ new

@@ -1,26 +1,6 @@ version: '2' services: - app: - build: - context: . - args: - RUBY_VERSION: 2.3.4 - image: netbox-client-ruby:2.3.4 - depends_on: - - nginx - volumes: - - .:/app - app24: - build: - context: . - args: - RUBY_VERSION: 2.4.1 - image: netbox-client-ruby:2.4.1 - depends_on: - - nginx - volumes: - - .:/app nginx: image: nginx:1.11-alpine command: nginx -g 'daemon off;' -c /etc/netbox-nginx/nginx.conf depends_on: - netbox