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

15 lines
197 B
YAML

version: "2"
services:
app:
image: pathogen/neptune
build: .
volumes:
- .:/code
ports:
- "8000:8000"
networks:
default:
external:
name: pathogen