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

@@ -0,0 +1,17 @@
version: "2"
services:
app:
image: pathogen/neptune
build: ./docker
volumes:
- ${PORTAINER_GIT_DIR}:/code
ports:
- "${NEPTUNE_PORT}:8000"
env_file:
- ../stack.env
networks:
default:
external:
name: pathogen