Sha256: 9a39bb84cc3d2c5de684b04c62653560611959181a4e07a782614adca1cb5062
Contents?: true
Size: 414 Bytes
Versions: 7
Compression:
Stored size: 414 Bytes
Contents
version: "3" services: neo4j: image: hausgold/neo4j:4.4 network_mode: bridge ports: ["7474", "7687"] volumes: - .:/app:${DOCKER_MOUNT_MODE:-rw} environment: MDNS_HOSTNAME: neo4j.boltless.local NEO4J_dbms_logs_http_enabled: 'true' test: build: . env_file: Envfile network_mode: bridge working_dir: /app volumes: - .:/app links: - neo4j
Version data entries
7 entries across 7 versions & 1 rubygems