Skip to content

Commit

Permalink
docker only for Neo4J
Browse files Browse the repository at this point in the history
  • Loading branch information
dadegrande99 committed Feb 5, 2024
1 parent 6b9439e commit 20d4c46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
31 changes: 0 additions & 31 deletions Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
version: "3"
services:
app:
build: .
volumes:
- .:/app
- /tmp/.X11-unix:/tmp/.X11-unix # mount the X11 socket
environment:
- DISPLAY=host.docker.internal:0
ports:
- "5040:5000"
command: ["python", "interface.py"] # Command to run your interface.py

neo4j:
image: neo4j:latest
environment:
Expand Down

0 comments on commit 20d4c46

Please sign in to comment.