]> git.p6c8.net - jirafeau/pcanterino.git/blobdiff - docker-compose.yaml
fix for issue #21 and a docker_compose.yaml for testing
[jirafeau/pcanterino.git] / docker-compose.yaml
diff --git a/docker-compose.yaml b/docker-compose.yaml
new file mode 100644 (file)
index 0000000..6b9c57b
--- /dev/null
@@ -0,0 +1,12 @@
+services:
+  web:
+    build:
+      context: . # or ../Dockerfile if we put it in the ./docker folder
+    volumes:
+      - ./jirafeau_data:/data
+    environment:
+      - ADMIN_PASSWORD='p4ssw0rd'
+    
+    ports:
+      - 8080:80
+

patrick-canterino.de