Skip to content

Commit

Permalink
Merge pull request #555 from iVegas/task/use-compose-specification
Browse files Browse the repository at this point in the history
Use Compose Specification
  • Loading branch information
csandanov authored Aug 9, 2023
2 parents 9c12433 + 4d29a42 commit cbdd848
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.7"

services:
php:
image: wodby/drupal:$DRUPAL_TAG
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.7"

services:
mariadb:
image: wodby/mariadb:$MARIADB_TAG
Expand Down
2 changes: 0 additions & 2 deletions tests/10/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
mariadb:
image: wodby/mariadb:$MARIADB_TAG
Expand Down
2 changes: 0 additions & 2 deletions tests/7/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
mariadb:
image: wodby/mariadb:$MARIADB_TAG
Expand Down
2 changes: 0 additions & 2 deletions tests/9/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
mariadb:
image: wodby/mariadb:$MARIADB_TAG
Expand Down
2 changes: 0 additions & 2 deletions traefik.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
traefik:
image: traefik:v2.0
Expand Down

0 comments on commit cbdd848

Please sign in to comment.