-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocker-compose-dev.yml
More file actions
26 lines (23 loc) · 1.16 KB
/
Copy pathdocker-compose-dev.yml
File metadata and controls
26 lines (23 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
services:
nginx:
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./tests/config/nginx/wordpress.conf:/etc/nginx/conf.d/wordpress.conf
# - ./tests/config/nginx/laravel-7-4.conf:/etc/nginx/conf.d/laravel-7-4.conf
# - ./tests/config/nginx/laravel-8-0.conf:/etc/nginx/conf.d/laravel-8-0.conf
# - ./tests/config/nginx/laravel-8-1.conf:/etc/nginx/conf.d/laravel-8-1.conf
# - ./tests/config/nginx/laravel-8-2.conf:/etc/nginx/conf.d/laravel-8-2.conf
# - ./tests/config/nginx/laravel-8-3.conf:/etc/nginx/conf.d/laravel-8-3.conf
# - ./tests/config/nginx/laravel-8-4.conf:/etc/nginx/conf.d/laravel-8-4.conf
- ./tests/config/nginx/next.conf:/etc/nginx/conf.d/next.conf
- ./tests/www/wordpress:/usr/share/nginx/html/wordpress
# - ./tests/www/laravel:/usr/share/nginx/html/laravel
- ./tests/www/next:/usr/share/nginx/html/next
php-fpm:
volumes:
- ./tests/www/wordpress:/usr/share/nginx/html/wordpress
# - ./tests/www/laravel/${PHP_VERSION:-8.3}:/usr/share/nginx/html/laravel/${PHP_VERSION:-8.3}
mysql:
volumes:
- ./tests/config/databases/:/docker-entrypoint-initdb.d/