refactor: shtuff

This commit is contained in:
cha0s 2021-07-06 10:42:13 -05:00
parent 6004790e16
commit 0d7c882a42
2 changed files with 12 additions and 10 deletions

View File

@ -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

View File

@ -80,7 +80,6 @@
],
}
'@latus/http/server': {
devPublic: 'humus.localhost',
request.page: [
'@latus/user/session/server',
'@latus/user/server',