mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Remoed the version attribute from docker compose files
This commit is contained in:
parent
fe16bf9c00
commit
92a3494ded
5 changed files with 0 additions and 9 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
version: "3.7"
|
|
||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
image: docker.io/mariadb:11.8
|
image: docker.io/mariadb:11.8
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
version: "3.3"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
custom-domain:
|
custom-domain:
|
||||||
image: caddy:2
|
image: caddy:2
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
version: "3.3"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
container_name: mariadb-database
|
container_name: mariadb-database
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
version: "3.3"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
image: "traefik:v2.11"
|
image: "traefik:v2.11"
|
||||||
|
|
|
||||||
2
pwd.yml
2
pwd.yml
|
|
@ -1,5 +1,3 @@
|
||||||
version: "3"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
image: frappe/erpnext:v15.92.0
|
image: frappe/erpnext:v15.92.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue