change readme & project name
This commit is contained in:
+9
-9
@@ -18,7 +18,7 @@ volumes:
|
||||
services:
|
||||
memcached:
|
||||
image: memcached:1.6.40-alpine
|
||||
container_name: b24pal_memcached
|
||||
container_name: b24_memcached
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
@@ -38,7 +38,7 @@ services:
|
||||
- memcached
|
||||
redis:
|
||||
image: redis:8.6.0-alpine
|
||||
container_name: b24pal_redis
|
||||
container_name: b24_redis
|
||||
restart: unless-stopped
|
||||
command: redis-server /usr/local/etc/redis/redis.conf
|
||||
env_file:
|
||||
@@ -66,7 +66,7 @@ services:
|
||||
- redis
|
||||
mysql:
|
||||
image: quay.io/bitrix24/percona-server:8.4.7-v1-rhel
|
||||
container_name: b24pal_mysql
|
||||
container_name: b24_mysql
|
||||
ports:
|
||||
- "33061:3306"
|
||||
restart: unless-stopped
|
||||
@@ -94,7 +94,7 @@ services:
|
||||
- mysql
|
||||
php:
|
||||
image: quay.io/bitrix24/php:8.4.18-fpm-v1-alpine
|
||||
container_name: b24pal_php
|
||||
container_name: b24_php
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
@@ -129,7 +129,7 @@ services:
|
||||
PHP_IDE_CONFIG: "serverName=bitrix-docker"
|
||||
nginx:
|
||||
image: quay.io/bitrix24/nginx:1.28.2-v1-alpine
|
||||
container_name: b24pal_nginx
|
||||
container_name: b24_nginx
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
@@ -162,7 +162,7 @@ services:
|
||||
- nginx
|
||||
push-sub:
|
||||
image: quay.io/bitrix24/push:3.2-v1-alpine
|
||||
container_name: b24pal_push_sub
|
||||
container_name: b24_push_sub
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
@@ -187,7 +187,7 @@ services:
|
||||
- redis
|
||||
push-pub:
|
||||
image: quay.io/bitrix24/push:3.2-v1-alpine
|
||||
container_name: b24pal_push_pub
|
||||
container_name: b24_push_pub
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
@@ -212,7 +212,7 @@ services:
|
||||
- redis
|
||||
sphinx:
|
||||
image: quay.io/bitrix24/sphinx:2.2.11-v2-alpine
|
||||
container_name: b24pal_sphinx
|
||||
container_name: b24_sphinx
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
@@ -234,7 +234,7 @@ services:
|
||||
- sphinx
|
||||
cron:
|
||||
image: quay.io/bitrix24/php:8.4.18-fpm-v1-alpine
|
||||
container_name: b24pal_cron
|
||||
container_name: b24_cron
|
||||
restart: unless-stopped
|
||||
command: crond -f -d 8
|
||||
user: root
|
||||
|
||||
Reference in New Issue
Block a user