refactor: shtuff
This commit is contained in:
parent
6004790e16
commit
0d7c882a42
|
@ -3,15 +3,18 @@ services:
|
|||
|
||||
redis:
|
||||
image: redis:6
|
||||
ports:
|
||||
- 6380:6379
|
||||
|
||||
mysql:
|
||||
image: mysql:8
|
||||
command:
|
||||
- '--default-authentication-plugin=mysql_native_password'
|
||||
adminer:
|
||||
image: adminer
|
||||
restart: always
|
||||
environment:
|
||||
- MYSQL_DATABASE=db
|
||||
- MYSQL_ROOT_PASSWORD=UNSAFE_DEV_PASSWORD
|
||||
- ADMINER_DEFAULT_SERVER=postgres
|
||||
ports:
|
||||
- 32342:3306
|
||||
- 42655:8080
|
||||
|
||||
postgres:
|
||||
image: postgres:13.3
|
||||
environment:
|
||||
- POSTGRES_USER=root
|
||||
- POSTGRES_DB=db
|
||||
- POSTGRES_PASSWORD=UNSAFE_DEV_PASSWORD
|
||||
|
|
Loading…
Reference in New Issue
Block a user