]> git.parisson.com Git - telemeta_mcm.git/commitdiff
Add docker-compose configuration for developpement and subpackages
authorThomas Fillon <thomas@parisson.com>
Sat, 25 Feb 2017 14:49:29 +0000 (15:49 +0100)
committerThomas Fillon <thomas@parisson.com>
Sat, 25 Feb 2017 14:49:29 +0000 (15:49 +0100)
.gitignore
env/dev.yml [new file with mode: 0644]
lib/django-rdf-io [new submodule]
lib/django-skosxl [new submodule]

index 376833a380f23734884da904af2b204f724e3b72..289335702ead0e8dd921581fb6b0c7ac3fe9d614 100644 (file)
@@ -12,14 +12,12 @@ __pycache__/
 
 # Distribution / packaging
 .Python
-env/
 build/
 develop-eggs/
 dist/
 downloads/
 eggs/
 .eggs/
-lib/
 lib64/
 parts/
 sdist/
diff --git a/env/dev.yml b/env/dev.yml
new file mode 100644 (file)
index 0000000..0ea1a10
--- /dev/null
@@ -0,0 +1,8 @@
+version: '2'
+services:
+  app:
+    volumes:
+      - .:/srv/src/app/
+      - ./lib:/srv/src/lib
+
+
diff --git a/lib/django-rdf-io b/lib/django-rdf-io
new file mode 160000 (submodule)
index 0000000..0fc5ad2
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 0fc5ad2a71a57c15ce5ff0a978653a6d4946ab44
diff --git a/lib/django-skosxl b/lib/django-skosxl
new file mode 160000 (submodule)
index 0000000..d17a518
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit d17a518c76f4a98198cdae44429f87e56cadb417