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

View File

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