This commit is contained in:
beseira13
2026-01-19 12:03:44 -03:00
parent 7fb80533c9
commit b85c365412
27 changed files with 5888 additions and 0 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
version: '3.8'
services:
remote-sql-admin:
build:
context: .
dockerfile: Dockerfile
args:
- VITE_API_URL=http://tu-api-prod.com/v1
- VITE_APP_TITLE=ADVICOM SQL Manager
- VITE_USER_ID=1
- VITE_USER_PRIVILEGIO=READ
ports:
- "8080:80"
restart: always
container_name: advicom-sql-frontend