Bug fixes

This commit is contained in:
Guillermo
2026-02-12 11:19:18 +00:00
parent 6a8ffe5da8
commit 9effa23d3b
2 changed files with 10 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ services:
backend:
build:
context: ./backend
container_name: beyond-backend
container_name: XXX-backend
environment:
# credenciales del API (las mismas que usas ahora)
BASIC_AUTH_USERNAME: "beyond"
@@ -15,7 +15,7 @@ services:
expose:
- "8000"
networks:
- beyond-net
- XXX-beyond-net
XXXfrontend:
build:
@@ -23,11 +23,11 @@ services:
args:
# el front compilar con este BASE_URL -> /api
VITE_API_BASE_URL: /api
container_name: beyond-frontend
container_name: XXX-frontend
expose:
- "4173"
networks:
- beyond-net
- XXX-beyond-net
- frontend
labels:
- "traefik.enable=true"
@@ -45,7 +45,7 @@ volumes:
driver: local
networks:
beyond-net:
XXX-beyond-net:
driver: bridge
frontend:
external: true