mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 06:14:04 +00:00
Filesystem adapter updated
This commit is contained in:
parent
cf7d6eebb6
commit
8445e3ebb8
2 changed files with 11 additions and 14 deletions
|
|
@ -25,6 +25,7 @@ services:
|
|||
stdin_open: true
|
||||
tty: true
|
||||
mysql:
|
||||
platform: linux/x86_64
|
||||
image: mysql:5.7
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: password
|
||||
|
|
@ -36,6 +37,7 @@ services:
|
|||
timeout: 10s
|
||||
retries: 10
|
||||
mysql2:
|
||||
platform: linux/x86_64
|
||||
image: mysql:5.7
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: password
|
||||
|
|
@ -47,6 +49,7 @@ services:
|
|||
timeout: 10s
|
||||
retries: 10
|
||||
postgres:
|
||||
platform: linux/x86_64
|
||||
image: postgres:11
|
||||
environment:
|
||||
POSTGRES_PASSWORD: password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue