mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
creato graficheaquilane/bench:v_0.02
This commit is contained in:
parent
2bf770a2ab
commit
f91f30a18f
2 changed files with 7 additions and 7 deletions
|
|
@ -32,7 +32,7 @@ RUN install_packages \
|
|||
# For psycopg2
|
||||
libpq-dev \
|
||||
wait-for-it \
|
||||
&& wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.buster_amd64.deb \
|
||||
&& wget https://github.com/GraficheAquilane2021/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.buster_amd64.deb \
|
||||
&& dpkg -i wkhtmltox_0.12.5-1.buster_amd64.deb && rm wkhtmltox_0.12.5-1.buster_amd64.deb \
|
||||
&& wget https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh \
|
||||
&& apt-get purge -y wget && apt-get autoremove -y \
|
||||
|
|
@ -53,7 +53,7 @@ RUN mkdir -p apps logs commands /home/frappe/backups
|
|||
RUN python -m venv env \
|
||||
&& . env/bin/activate \
|
||||
&& cd apps \
|
||||
&& git clone --depth 1 -o upstream https://github.com/frappe/frappe --branch ${GIT_BRANCH} \
|
||||
&& git clone --depth 1 -o upstream https://github.com/GraficheAquilane2021/frappe --branch ${GIT_BRANCH} \
|
||||
&& pip3 install --no-cache-dir -e /home/frappe/frappe-bench/apps/frappe
|
||||
|
||||
USER root
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
mariadb:
|
||||
image: mariadb:10.3
|
||||
image: graficheaquilane/mariadb:10.3
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=123
|
||||
- MYSQL_USER=root
|
||||
|
|
@ -21,16 +21,16 @@ services:
|
|||
# - postgresql-vol:/var/lib/postgresql/data
|
||||
|
||||
redis-cache:
|
||||
image: redis:alpine
|
||||
image: graficheaquilane/redis:alpine
|
||||
|
||||
redis-queue:
|
||||
image: redis:alpine
|
||||
image: graficheaquilane/redis:alpine
|
||||
|
||||
redis-socketio:
|
||||
image: redis:alpine
|
||||
image: graficheaquilane/redis:alpine
|
||||
|
||||
frappe:
|
||||
image: frappe/bench:latest
|
||||
image: graficheaquilane/bench:v_0.02
|
||||
command: sleep infinity
|
||||
volumes:
|
||||
- ..:/workspace:cached
|
||||
|
|
|
|||
Loading…
Reference in a new issue