refactor auth, maybe bug with hashing
This commit is contained in:
5
ui/.env
5
ui/.env
@@ -1,5 +0,0 @@
|
||||
SERVICE_HOST=service
|
||||
SERVICE_PORT=5000
|
||||
|
||||
UI_PORT=3000
|
||||
NODE_ENV=development
|
||||
@@ -1,26 +0,0 @@
|
||||
version: '3'
|
||||
|
||||
name: aviation
|
||||
services:
|
||||
ui:
|
||||
container_name: aviation-ui
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- NODE_ENV=${NODE_ENV:-development}
|
||||
ports:
|
||||
- ${UI_PORT:-3000}:3000
|
||||
build:
|
||||
context: ./
|
||||
target: dev
|
||||
command: "npm run dev"
|
||||
volumes:
|
||||
- ./src:/app/src
|
||||
- ./public:/app/public
|
||||
- ./styles:/app/styles
|
||||
networks:
|
||||
- frontend
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
Reference in New Issue
Block a user