chore: remove deprecated version directive

This commit is contained in:
gparent 2024-09-24 16:54:09 +00:00
parent ebd8021730
commit e8a8692246
7 changed files with 0 additions and 12 deletions

View file

@ -1,4 +1,3 @@
version: "3.7"
services: services:
mariadb: mariadb:
image: docker.io/mariadb:10.6 image: docker.io/mariadb:10.6

View file

@ -2,7 +2,6 @@ Create backup service or stack.
```yaml ```yaml
# backup-job.yml # backup-job.yml
version: "3.7"
services: services:
backup: backup:
image: frappe/erpnext:${VERSION} image: frappe/erpnext:${VERSION}

View file

@ -11,8 +11,6 @@ step2: add platform: linux/amd64 to all services in the /pwd.yaml
here is the update pwd.yml file here is the update pwd.yml file
```yml ```yml
version: "3"
services: services:
backend: backend:
image: frappe/erpnext:v15 image: frappe/erpnext:v15

View file

@ -1,5 +1,3 @@
version: "3.3"
services: services:
custom-domain: custom-domain:
image: caddy:2 image: caddy:2

View file

@ -1,5 +1,3 @@
version: "3.3"
services: services:
database: database:
container_name: mariadb-database container_name: mariadb-database

View file

@ -1,5 +1,3 @@
version: "3.3"
services: services:
traefik: traefik:
image: "traefik:v2.11" image: "traefik:v2.11"

View file

@ -1,5 +1,3 @@
version: "3"
services: services:
backend: backend:
image: frappe/erpnext:v15.63.0 image: frappe/erpnext:v15.63.0