Make environment ready for Docker

This commit is contained in:
2022-07-29 09:51:19 +01:00
parent 362ad579d5
commit dc9f30affe
4 changed files with 30 additions and 3 deletions

View File

@@ -3,11 +3,13 @@ version: "2"
services:
app:
image: pathogen/neptune
build: .
build: ./docker
volumes:
- .:/code
- ${PORTAINER_GIT_DIR}:/code
ports:
- "8000:8000"
- "${NEPTUNE_PORT}:8000"
env_file:
- .env
networks:
default: