- add: frontend webpage for login/register

This commit is contained in:
2024-12-17 17:03:55 -05:00
parent c67cdd5b2a
commit 9c61b1b3f2
20 changed files with 29819 additions and 0 deletions

View File

@@ -1,4 +1,17 @@
services:
frontend:
build:
context: ./frontend
dockerfile: Dockerfile
container_name: frontend
ports:
- "3000:80"
depends_on:
- api-service
- consul
environment:
- REACT_APP_API_URL=http://api-service:8080
auth-service:
build:
context: ./