Make environment ready for Docker

modern-tables
Mark Veidemanis 2 years ago
parent 362ad579d5
commit dc9f30affe
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -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:

@ -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

@ -0,0 +1,8 @@
wheel
django
django-crispy-forms
crispy-bulma
opensearch-py
stripe
django-rest-framework
numpy
Loading…
Cancel
Save