You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neptune/docker-compose.yml

19 lines
380 B
YAML

version: "2"
services:
app:
image: pathogen/neptune:latest
build: ./docker
volumes:
- ${PORTAINER_GIT_DIR}:/code
- ${NEPTUNE_LOCAL_SETTINGS}:/code/app/local_settings.py
- ${NEPTUNE_DATABASE_FILE}:/code/db.sqlite3
ports:
- "${NEPTUNE_PORT}:8000"
env_file:
- .env
networks:
default:
external:
name: pathogen