- update: docker-compose.yml
- update: Register page to have better error feedback
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
container_name: frontend
|
||||
ports:
|
||||
- "3000:80"
|
||||
env_file:
|
||||
- .env
|
||||
depends_on:
|
||||
- api-service
|
||||
- consul
|
||||
environment:
|
||||
- REACT_APP_API_URL=http://api-service:8080
|
||||
|
||||
auth-service:
|
||||
build:
|
||||
@@ -108,6 +108,8 @@
|
||||
command: agent -dev -client=0.0.0.0
|
||||
ports:
|
||||
- "8500:8500"
|
||||
# volumes:
|
||||
# - ./scripts/consul.json:/consul/config/cors.json:ro
|
||||
|
||||
volumes:
|
||||
db_data:
|
||||
Reference in New Issue
Block a user