refactor: shtuff
This commit is contained in:
parent
6004790e16
commit
0d7c882a42
|
@ -3,15 +3,18 @@ services:
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:6
|
image: redis:6
|
||||||
ports:
|
|
||||||
- 6380:6379
|
|
||||||
|
|
||||||
mysql:
|
adminer:
|
||||||
image: mysql:8
|
image: adminer
|
||||||
command:
|
restart: always
|
||||||
- '--default-authentication-plugin=mysql_native_password'
|
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_DATABASE=db
|
- ADMINER_DEFAULT_SERVER=postgres
|
||||||
- MYSQL_ROOT_PASSWORD=UNSAFE_DEV_PASSWORD
|
|
||||||
ports:
|
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