- update: docker-compose.yml

- update: Register page to have better error feedback
This commit is contained in:
2024-12-17 21:38:33 -05:00
parent aaa7143b11
commit fd358d3c27
3 changed files with 35 additions and 6 deletions

View File

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