Update docker-compose.pro.yaml
This commit is contained in:
parent
cbad6eafe1
commit
d0aa3a73df
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.pro.sh
|
entrypoint: /django-launcher.pro.sh
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue