Update docker-compose.staging.yaml
This commit is contained in:
parent
2a53fa53cf
commit
cbad6eafe1
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@ version: '3.1'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
django:
|
django:
|
||||||
build: ./
|
build:
|
||||||
|
context: ./
|
||||||
|
dockerfile: ./Dockerfiles/django/Dockerfile.pro
|
||||||
restart: always
|
restart: always
|
||||||
entrypoint: /django-launcher.dev.sh
|
entrypoint: /django-launcher.dev.sh
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue