Skip to content

Commit

Permalink
Merge pull request #1415 from zabbix/trunk_compose
Browse files Browse the repository at this point in the history
Removed project name. Use COMPOSE_PROJECT_NAME env variable
  • Loading branch information
dotneft authored May 28, 2024
2 parents 44a36fa + 1039767 commit 9ef9ef6
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions docker-compose_v3_alpine_mysql_latest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: zbx${ZABBIX_IMAGE_TAG_POSTFIX}

services:
zabbix-server:
extends:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_alpine_mysql_local.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: zbx${ZABBIX_IMAGE_TAG_POSTFIX}

services:
zabbix-build-base:
build:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_alpine_pgsql_latest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: zbx${ZABBIX_IMAGE_TAG_POSTFIX}

services:
zabbix-server:
extends:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_alpine_pgsql_local.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: zbx${ZABBIX_IMAGE_TAG_POSTFIX}

services:
zabbix-build-base:
build:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_centos_mysql_latest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: zbx${ZABBIX_IMAGE_TAG_POSTFIX}

services:
zabbix-server:
extends:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_centos_mysql_local.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: zbx${ZABBIX_IMAGE_TAG_POSTFIX}

services:
zabbix-build-base:
build:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_centos_pgsql_latest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: zbx${ZABBIX_IMAGE_TAG_POSTFIX}

services:
zabbix-server:
extends:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_centos_pgsql_local.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: zbx${ZABBIX_IMAGE_TAG_POSTFIX}

services:
zabbix-build-base:
build:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_ol_mysql_latest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: zbx${ZABBIX_IMAGE_TAG_POSTFIX}

services:
zabbix-server:
extends:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_ol_mysql_local.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: zbx${ZABBIX_IMAGE_TAG_POSTFIX}

services:
zabbix-build-base:
build:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_ol_pgsql_latest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: zbx${ZABBIX_IMAGE_TAG_POSTFIX}

services:
zabbix-server:
extends:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_ol_pgsql_local.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: zbx${ZABBIX_IMAGE_TAG_POSTFIX}

services:
zabbix-build-base:
build:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_ubuntu_mysql_latest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: zbx${ZABBIX_IMAGE_TAG_POSTFIX}

services:
zabbix-server:
extends:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_ubuntu_mysql_local.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: zbx${ZABBIX_IMAGE_TAG_POSTFIX}

services:
zabbix-build-base:
build:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_ubuntu_pgsql_latest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: zbx${ZABBIX_IMAGE_TAG_POSTFIX}

services:
zabbix-server:
extends:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose_v3_ubuntu_pgsql_local.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: zbx${ZABBIX_IMAGE_TAG_POSTFIX}

services:
zabbix-build-base:
build:
Expand Down

0 comments on commit 9ef9ef6

Please sign in to comment.