compose
This commit is contained in:
parent
826ed5d6d1
commit
1559e1dbfe
|
|
@ -1,4 +1,4 @@
|
||||||
from python:3.7
|
from python:3.8-bullseye
|
||||||
|
|
||||||
## UPDATE
|
## UPDATE
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
|
@ -9,16 +9,16 @@ RUN pip install pip --upgrade
|
||||||
|
|
||||||
## PYTHON
|
## PYTHON
|
||||||
RUN pip install django==2.2
|
RUN pip install django==2.2
|
||||||
RUN pip install djangorestframework==3.11
|
RUN pip install django-admin-sortable2==1.0.2
|
||||||
RUN pip install requests
|
RUN pip install djangorestframework
|
||||||
RUN pip install django-jet
|
RUN pip install django-jet
|
||||||
|
RUN pip install requests
|
||||||
RUN pip install gunicorn
|
RUN pip install gunicorn
|
||||||
RUN pip install django-admin-rangefilter
|
RUN pip install django-admin-rangefilter
|
||||||
RUN pip install sentry-sdk
|
RUN pip install sentry-sdk
|
||||||
RUN pip install python-dateutil
|
RUN pip install python-dateutil
|
||||||
RUN pip install Werkzeug
|
RUN pip install Werkzeug
|
||||||
RUN pip install django-solo
|
RUN pip install django-solo
|
||||||
RUN pip install django-admin-sortable2
|
|
||||||
RUN pip install admin-totals
|
RUN pip install admin-totals
|
||||||
RUN pip install django-tenants
|
RUN pip install django-tenants
|
||||||
RUN pip install mollie-api-python
|
RUN pip install mollie-api-python
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,8 @@ services:
|
||||||
|
|
||||||
billetterie_django:
|
billetterie_django:
|
||||||
container_name: billetterie_django
|
container_name: billetterie_django
|
||||||
# build: ../Dockerfile/
|
build: ../Dockerfile/
|
||||||
image: registry.3peaks.re/billetterie_django:2.8-bullyeses_python38_prelog4s
|
# image: registry.3peaks.re/billetterie_django:2.8-bullyeses_python38_prelog4s
|
||||||
restart: always
|
restart: always
|
||||||
# ports:
|
# ports:
|
||||||
# - 8002:8002
|
# - 8002:8002
|
||||||
|
|
@ -34,8 +34,8 @@ services:
|
||||||
|
|
||||||
billetterie_celery:
|
billetterie_celery:
|
||||||
container_name: billetterie_celery
|
container_name: billetterie_celery
|
||||||
# build: ../Dockerfile/
|
build: ../Dockerfile/
|
||||||
image: registry.3peaks.re/billetterie_django:2.8-bullyeses_python38_prelog4s
|
# image: registry.3peaks.re/billetterie_django:2.8-bullyeses_python38_prelog4s
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- "../../DjangoFiles:/DjangoFiles"
|
- "../../DjangoFiles:/DjangoFiles"
|
||||||
|
|
@ -44,6 +44,7 @@ services:
|
||||||
# command: "bash /DjangoFiles/launch.sh"
|
# command: "bash /DjangoFiles/launch.sh"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
billetterie_nginx:
|
billetterie_nginx:
|
||||||
container_name: billetterie_nginx
|
container_name: billetterie_nginx
|
||||||
image: nginx
|
image: nginx
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue