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
|
# For psycopg2
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
wait-for-it \
|
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 \
|
&& 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 \
|
&& wget https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh \
|
||||||
&& apt-get purge -y wget && apt-get autoremove -y \
|
&& 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 \
|
RUN python -m venv env \
|
||||||
&& . env/bin/activate \
|
&& . env/bin/activate \
|
||||||
&& cd apps \
|
&& 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
|
&& pip3 install --no-cache-dir -e /home/frappe/frappe-bench/apps/frappe
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:10.3
|
image: graficheaquilane/mariadb:10.3
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=123
|
- MYSQL_ROOT_PASSWORD=123
|
||||||
- MYSQL_USER=root
|
- MYSQL_USER=root
|
||||||
|
|
@ -21,16 +21,16 @@ services:
|
||||||
# - postgresql-vol:/var/lib/postgresql/data
|
# - postgresql-vol:/var/lib/postgresql/data
|
||||||
|
|
||||||
redis-cache:
|
redis-cache:
|
||||||
image: redis:alpine
|
image: graficheaquilane/redis:alpine
|
||||||
|
|
||||||
redis-queue:
|
redis-queue:
|
||||||
image: redis:alpine
|
image: graficheaquilane/redis:alpine
|
||||||
|
|
||||||
redis-socketio:
|
redis-socketio:
|
||||||
image: redis:alpine
|
image: graficheaquilane/redis:alpine
|
||||||
|
|
||||||
frappe:
|
frappe:
|
||||||
image: frappe/bench:latest
|
image: graficheaquilane/bench:v_0.02
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
volumes:
|
volumes:
|
||||||
- ..:/workspace:cached
|
- ..:/workspace:cached
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue