PluginProbe
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 4.7.3
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v4.7.3
4.7.3 4.7.2 4.7.1 trunk 2.3.0 2.4.0 2.4.1 2.4.2 2.5.0 3.0.0 3.0.1 3.1.0 3.10.0 3.10.1 3.11.1 3.11.2 3.11.3 3.2.0 3.3.0 3.3.1 3.4.0 3.4.1 3.4.2 3.5.0 3.6.0 All 93 releases
cookiebot / tests / docker-compose.yml

docker-compose.yml in Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode 4.7.3, at tests/docker-compose.yml

19 lines 339 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 version: '3.8'
2 services:
3 database:
4 environment:
5 MYSQL_ROOT_PASSWORD: root
6 image: mysql:5.7
7
8 cookiebot:
9 command:
10 - bash
11 depends_on:
12 - database
13 environment:
14 DATABASE_PASSWORD: root
15 image: futureys/phpunit-wordpress-plugin
16 stdin_open: true
17 tty: true
18 volumes:
19 - ../:/plugin