Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ab5be7

Browse files
committed
Add drupal10
1 parent df81c8a commit 0ab5be7

2 files changed

Lines changed: 75 additions & 1 deletion

File tree

10/stack.yml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
name: drupal10
2+
icon: drupal10
3+
title: Drupal 10
4+
5+
services:
6+
- name: php
7+
title: PHP
8+
service: drupal10-php
9+
required: true
10+
options:
11+
- version: '8.1'
12+
default: true
13+
- version: '8.2'
14+
derivatives:
15+
- name: sshd
16+
service: drupal10-php-sshd
17+
containers:
18+
- name: php
19+
env:
20+
- name: PHP_MEMORY_LIMIT
21+
value: 512M
22+
# resources:
23+
# request:
24+
# cpu: 100
25+
# memory: 16
26+
volumes:
27+
- name: files
28+
size: 50
29+
links:
30+
- name: db
31+
service: mariadb
32+
33+
- name: nginx
34+
title: Nginx
35+
service: drupal10-nginx
36+
required: true
37+
links:
38+
- name: backend
39+
service: php
40+
41+
- name: mariadb
42+
title: MariaDB
43+
service: mariadb
44+
volumes:
45+
- name: data
46+
size: 20
47+
48+
- name: redis
49+
required: false
50+
title: Redis
51+
service: redis
52+
53+
- name: cloud-mariadb
54+
title: Cloud MariaDB
55+
service: cloud-mariadb
56+
disabled: true
57+
options:
58+
- version: '10.3'
59+
60+
- name: cloud-mysql
61+
title: Cloud MySQL
62+
service: cloud-mysql
63+
disabled: true
64+
options:
65+
- version: '5.7'
66+
- version: '8'
67+
68+
tokens:
69+
- name: random_token
70+
generate:
71+
regex: '[0-9a-z]{5,10}'
72+
- name: db_backup_ignore_tables
73+
value: 'cache_%;cache;ctools_object_cache;ctools_views_cache;flood;history;queue;search_index;semaphore;sequences;sessions;watchdog'

index.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
version: 1
22
stacks:
3-
- 9
3+
- 10
4+
#- 9
45
#- 8

0 commit comments

Comments
 (0)