This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
e621-sdk-go/docker-compose.yml

13 lines
228 B
YAML
Raw Normal View History

2023-05-22 11:08:08 +00:00
version: '2'
services:
neo4j:
image: docker.io/bitnami/neo4j:latest
ports:
- '7474:7474'
- '7473:7473'
2023-05-24 14:05:27 +00:00
- '7687:7687'
volumes:
- 'neo4j_data:/bitnami'
volumes:
neo4j_data:
driver: local