docker-compose build
docker-compose --compatibility up -d
to start Neo4j and Structrhttp://127.0.0.1:8082/structr/
in your browser to access Structrdocker-compose down
docker ps
note the container id
docker exec -it <Unique identifier for container> /bin/sh
docker-compose logs
will print out the server.log of structr and the neo4j.log of Neo4jdocker swarm init
docker stack deploy --compose-file docker-compose.yml structr
to start Neo4j and Structrhttp://127.0.0.1:8082/structr/
in your browser to access Structrdocker stack rm structr
docker ps
note the container id
docker exec -it <Unique identifier for container> /bin/sh
docker stack ps structr
to get a list of all tasks in the structr stackdocker stack services structr
to get a list of all services in the structr stackThe CPU and RAM configuration of the containers can be changed in the docker-compose.yml file.
http://localhost:8082/structr/#dashboard
-> Deployment/var/lib/structr/repository/webapp
into the 'Application import from server directory' input field and click on the import button