mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-17 15:19:48 -05:00
removed the external network
This commit is contained in:
@@ -58,8 +58,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/home/frappe/frappe-bench/sites
|
||||||
- apps:/home/frappe/frappe-bench/apps
|
- apps:/home/frappe/frappe-bench/apps
|
||||||
networks:
|
|
||||||
- bench-network
|
|
||||||
environment:
|
environment:
|
||||||
SITE_NAME: ${SITE_NAME}
|
SITE_NAME: ${SITE_NAME}
|
||||||
FRAPPE_SITE_NAME_HEADER: ""
|
FRAPPE_SITE_NAME_HEADER: ""
|
||||||
@@ -130,9 +128,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/home/frappe/frappe-bench/sites
|
||||||
- apps:/home/frappe/frappe-bench/apps
|
- apps:/home/frappe/frappe-bench/apps
|
||||||
|
|
||||||
networks:
|
|
||||||
- bench-network
|
|
||||||
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
@@ -165,8 +160,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/home/frappe/frappe-bench/sites
|
||||||
- apps:/home/frappe/frappe-bench/apps
|
- apps:/home/frappe/frappe-bench/apps
|
||||||
networks:
|
|
||||||
- bench-network
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD
|
- CMD
|
||||||
@@ -203,8 +196,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/home/frappe/frappe-bench/sites
|
||||||
- apps:/home/frappe/frappe-bench/apps
|
- apps:/home/frappe/frappe-bench/apps
|
||||||
networks:
|
|
||||||
- bench-network
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD
|
- CMD
|
||||||
@@ -241,8 +232,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/home/frappe/frappe-bench/sites
|
||||||
- apps:/home/frappe/frappe-bench/apps
|
- apps:/home/frappe/frappe-bench/apps
|
||||||
networks:
|
|
||||||
- bench-network
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD
|
- CMD
|
||||||
@@ -291,8 +280,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/home/frappe/frappe-bench/sites
|
||||||
- apps:/home/frappe/frappe-bench/apps
|
- apps:/home/frappe/frappe-bench/apps
|
||||||
networks:
|
|
||||||
- bench-network
|
|
||||||
|
|
||||||
websocket:
|
websocket:
|
||||||
<<: *custom_image
|
<<: *custom_image
|
||||||
@@ -314,8 +301,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/home/frappe/frappe-bench/sites
|
||||||
- apps:/home/frappe/frappe-bench/apps
|
- apps:/home/frappe/frappe-bench/apps
|
||||||
networks:
|
|
||||||
- bench-network
|
|
||||||
|
|
||||||
configurator:
|
configurator:
|
||||||
<<: *custom_image
|
<<: *custom_image
|
||||||
@@ -345,8 +330,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/home/frappe/frappe-bench/sites
|
||||||
- apps:/home/frappe/frappe-bench/apps
|
- apps:/home/frappe/frappe-bench/apps
|
||||||
networks:
|
|
||||||
- bench-network
|
|
||||||
|
|
||||||
create-site:
|
create-site:
|
||||||
<<: *custom_image
|
<<: *custom_image
|
||||||
@@ -462,8 +445,6 @@ services:
|
|||||||
DB_PORT: "${DB_PORT:-3306}"
|
DB_PORT: "${DB_PORT:-3306}"
|
||||||
DB_ROOT_PASSWORD: ${DB_ROOT_PASSWORD}
|
DB_ROOT_PASSWORD: ${DB_ROOT_PASSWORD}
|
||||||
INSTALL_APP_ARGS: ${INSTALL_APP_ARGS}
|
INSTALL_APP_ARGS: ${INSTALL_APP_ARGS}
|
||||||
networks:
|
|
||||||
- bench-network
|
|
||||||
|
|
||||||
migration:
|
migration:
|
||||||
<<: *custom_image
|
<<: *custom_image
|
||||||
@@ -484,8 +465,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/home/frappe/frappe-bench/sites
|
||||||
- apps:/home/frappe/frappe-bench/apps
|
- apps:/home/frappe/frappe-bench/apps
|
||||||
networks:
|
|
||||||
- bench-network
|
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:10.6
|
image: mariadb:10.6
|
||||||
@@ -508,8 +487,6 @@ services:
|
|||||||
- MARIADB_ROOT_PASSWORD=${DB_ROOT_PASSWORD}
|
- MARIADB_ROOT_PASSWORD=${DB_ROOT_PASSWORD}
|
||||||
volumes:
|
volumes:
|
||||||
- db-data:/var/lib/mysql
|
- db-data:/var/lib/mysql
|
||||||
networks:
|
|
||||||
- bench-network
|
|
||||||
|
|
||||||
redis-cache:
|
redis-cache:
|
||||||
deploy:
|
deploy:
|
||||||
@@ -518,8 +495,6 @@ services:
|
|||||||
image: redis:6.2-alpine
|
image: redis:6.2-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- redis-cache-data:/data
|
- redis-cache-data:/data
|
||||||
networks:
|
|
||||||
- bench-network
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD
|
- CMD
|
||||||
@@ -536,8 +511,6 @@ services:
|
|||||||
image: redis:6.2-alpine
|
image: redis:6.2-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- redis-queue-data:/data
|
- redis-queue-data:/data
|
||||||
networks:
|
|
||||||
- bench-network
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD
|
- CMD
|
||||||
@@ -554,8 +527,6 @@ services:
|
|||||||
image: redis:6.2-alpine
|
image: redis:6.2-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- redis-socketio-data:/data
|
- redis-socketio-data:/data
|
||||||
networks:
|
|
||||||
- bench-network
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD
|
- CMD
|
||||||
@@ -577,6 +548,3 @@ volumes:
|
|||||||
device: "${SITE_VOLUME_DEV}"
|
device: "${SITE_VOLUME_DEV}"
|
||||||
apps:
|
apps:
|
||||||
|
|
||||||
networks:
|
|
||||||
bench-network:
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user