mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 09:04:03 +00:00
docker: base Dockerfile on php images, misc improvements
This commit is contained in:
parent
a52efe5cf0
commit
43d821ca49
5 changed files with 34 additions and 51 deletions
|
|
@ -2,8 +2,6 @@ services:
|
|||
test:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
PHP_VERSION: ${PHP_VERSION:-8.3}
|
||||
depends_on:
|
||||
mysql:
|
||||
condition: service_healthy
|
||||
|
|
@ -20,7 +18,7 @@ services:
|
|||
dynamodb:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- .:/var/www/html:delegated
|
||||
- .:/var/www/html:cached
|
||||
environment:
|
||||
DOCKER: 1
|
||||
DB_PASSWORD: password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue